diff options
update static call fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_callcall_00_SuicideEndFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_callcall_00_SuicideEndFiller.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_callcall_00_SuicideEndFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_callcall_00_SuicideEndFiller.json index 3d1ab43d0..aad89b7b3 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_callcall_00_SuicideEndFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_callcall_00_SuicideEndFiller.json @@ -14,7 +14,10 @@ "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { - "balance" : "1000000000000000000" + "balance" : "1000000000000000000", + "storage" : { + "0x00" : "0x00" + } }, "1000000000000000000000000000000000000002" : { "balance" : "10000000000", @@ -35,7 +38,7 @@ }, "1000000000000000000000000000000000000001" : { "balance" : "10000000000", - "code" : "{ [[ 1 ]] (STATICCALL 50000 0x1000000000000000000000000000000000000002 0 64 0 64 ) (SELFDESTRUCT 0x1000000000000000000000000000000000000000) }", + "code" : "{ (STATICCALL 50000 0x1000000000000000000000000000000000000002 0 64 0 64 ) (SELFDESTRUCT 0x1000000000000000000000000000000000000000) }", "nonce" : "0", "storage" : { } |