From 6c9e503eb8d41d331d6a74e69539a06590072190 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 11 Nov 2014 22:51:26 +0100 Subject: Removed all implicit logging. Fixed gas issues and jump errors --- tests/files/StateTests/stExample.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/files/StateTests/stExample.json') diff --git a/tests/files/StateTests/stExample.json b/tests/files/StateTests/stExample.json index 685baa7ed..875cf379c 100644 --- a/tests/files/StateTests/stExample.json +++ b/tests/files/StateTests/stExample.json @@ -37,14 +37,14 @@ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", "code" : "0x6001600101600055", - "nonce" : 0, + "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1000000000000000000", - "code" : "", - "nonce" : 0, + "code" : "0x", + "nonce" : "0", "storage" : { } } -- cgit v1.2.3