From cb36a0c18d624f9fbedc9ae1bdecaa77784b0200 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 19 Jun 2018 21:15:43 +0200 Subject: [PATCH] Fix import in 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 e46fa3828..f6cefd789 100644 --- a/examples/decompile_smart_contract.nim +++ b/examples/decompile_smart_contract.nim @@ -1,4 +1,4 @@ -import ../nimbus/vm/code_stream, ../nimbus/opcode_values, strformat +import ../nimbus/vm/code_stream, ../nimbus/vm/interpreter/opcode_values, strformat var c = newCodeStreamFromUnescaped("0x6003600202600055")