mirror of
https://github.com/corda/corda.git
synced 2025-01-27 22:59:54 +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
|
// Note: This is only here for debugging purposes
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
Log.TRACE()
|
Log.TRACE()
|
||||||
Class.forName("com.r3.enclaves.txverify.KryoVerifierSerializationScheme")
|
Class.forName("com.r3.enclaves.txverify.EnclaveletSerializationScheme")
|
||||||
val reqBytes = File(args[0]).readBytes()
|
val reqBytes = File(args[0]).readBytes()
|
||||||
verifyInEnclave(reqBytes)
|
verifyInEnclave(reqBytes)
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user