mirror of
https://github.com/corda/corda.git
synced 2025-01-13 16:30:25 +00:00
Load correct serialisation scheme when debugging Enclavelet. (#119)
This commit is contained in:
parent
4dbd404f64
commit
58c9e6ae9e
@ -67,7 +67,7 @@ private fun deserialise(reqBytes: ByteArray): LedgerTransaction {
|
||||
// Note: This is only here for debugging purposes
|
||||
fun main(args: Array<String>) {
|
||||
Log.TRACE()
|
||||
Class.forName("com.r3.enclaves.txverify.KryoVerifierSerializationScheme")
|
||||
Class.forName("com.r3.enclaves.txverify.EnclaveletSerializationScheme")
|
||||
val reqBytes = File(args[0]).readBytes()
|
||||
verifyInEnclave(reqBytes)
|
||||
}
|
Loading…
Reference in New Issue
Block a user