diff options
update stMemoryStress with 250M gas limit
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/CALLCODE_Bounds3Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/CALLCODE_Bounds3Filler.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/CALLCODE_Bounds3Filler.json b/src/GeneralStateTestsFiller/stMemoryStressTest/CALLCODE_Bounds3Filler.json index 283725ea2..f765a213c 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/CALLCODE_Bounds3Filler.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/CALLCODE_Bounds3Filler.json @@ -19,9 +19,9 @@ "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { - "balance" : "1", + "balance" : "0", "storage" : { - "0x00" : "0x01" + "0x00" : "0x00" } } } @@ -59,7 +59,7 @@ "" ], "gasLimit" : [ - "0x7fffffffffffffff" + "150000", "250000000" ], "gasPrice" : "1", "nonce" : "0", |