diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_BoundsFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_BoundsFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_BoundsFiller.json b/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_BoundsFiller.json index 94035342e..9d4817d82 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_BoundsFiller.json @@ -19,13 +19,13 @@ "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { - "balance" : "98" + "balance" : "100" }, "13136008b64ff592819b2fa6d43f2835c452020e" : { - "balance" : "1" + "shouldnotexist" : "1" }, "7c5a2c91b22d7a9226523d4ba717db6afb741ebd" : { - "balance" : "1" + "shouldnotexist" : "1" } } } @@ -52,7 +52,7 @@ "" ], "gasLimit" : [ - "0x7fffffffffffffff" + "150000", "250000000" ], "gasPrice" : "1", "nonce" : "0", |