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/stSpecialTest.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/stSpecialTest.json')
-rw-r--r-- | StateTests/Homestead/stSpecialTest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StateTests/Homestead/stSpecialTest.json b/StateTests/Homestead/stSpecialTest.json index 93f8c9f76..31482b752 100644 --- a/StateTests/Homestead/stSpecialTest.json +++ b/StateTests/Homestead/stSpecialTest.json @@ -3,7 +3,7 @@ "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", - "currentGasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x118c30", "currentTimestamp" : "0x01", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -189,7 +189,7 @@ "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", - "currentGasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x118c30", "currentTimestamp" : "0x01", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" |