From ca5eba20f8db6c9f1ccbc070f188d43df0a744b3 Mon Sep 17 00:00:00 2001 From: mratsim Date: Tue, 17 Jul 2018 19:18:59 +0200 Subject: [PATCH] update example --- examples/decompile_smart_contract.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/decompile_smart_contract.nim b/examples/decompile_smart_contract.nim index f6cefd789..881eea5cc 100644 --- a/examples/decompile_smart_contract.nim +++ b/examples/decompile_smart_contract.nim @@ -1,4 +1,4 @@ -import ../nimbus/vm/code_stream, ../nimbus/vm/interpreter/opcode_values, strformat +import ../nimbus/vm/code_stream, strformat var c = newCodeStreamFromUnescaped("0x6003600202600055")