diff options
author | Dimitry <winsvega@mail.ru> | 2016-06-05 21:49:56 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-06-05 21:49:56 +0800 |
commit | 45d80d92d72aa40a98734acb28bb13c5eb1fd870 (patch) | |
tree | b18e4a735a0b3428ad408e584888832b073b25ce /StateTests/Homestead/stSystemOperationsTest.json | |
parent | 078c0c15d21874ade67f71427f5282c98326af85 (diff) | |
download | dexon-tests-45d80d92d72aa40a98734acb28bb13c5eb1fd870.tar dexon-tests-45d80d92d72aa40a98734acb28bb13c5eb1fd870.tar.gz dexon-tests-45d80d92d72aa40a98734acb28bb13c5eb1fd870.tar.bz2 dexon-tests-45d80d92d72aa40a98734acb28bb13c5eb1fd870.tar.lz dexon-tests-45d80d92d72aa40a98734acb28bb13c5eb1fd870.tar.xz dexon-tests-45d80d92d72aa40a98734acb28bb13c5eb1fd870.tar.zst dexon-tests-45d80d92d72aa40a98734acb28bb13c5eb1fd870.zip |
refill tests for 64blockgaslimit
Diffstat (limited to 'StateTests/Homestead/stSystemOperationsTest.json')
-rw-r--r-- | StateTests/Homestead/stSystemOperationsTest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StateTests/Homestead/stSystemOperationsTest.json b/StateTests/Homestead/stSystemOperationsTest.json index 21be3c0be..f944a4ed1 100644 --- a/StateTests/Homestead/stSystemOperationsTest.json +++ b/StateTests/Homestead/stSystemOperationsTest.json @@ -462,7 +462,7 @@ "env" : { "currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x02b8feb0", - "currentGasLimit" : "0xffffffffffffffffffffffffffffffff", + "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x118c30", "currentTimestamp" : "0x01", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -528,7 +528,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "0x7ffffffffffffff0", "gasPrice" : "0x01", "nonce" : "0x00", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |