diff options
author | Dimitry <winsvega@mail.ru> | 2016-07-27 19:51:32 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-07-27 19:51:32 +0800 |
commit | 34c84cad0f50c356bc20e7c7aa8e843651048a35 (patch) | |
tree | 58d69a9d01df2e368deeb637916647212e4af5cc /StateTests/RandomTests/st201505051710GO.json | |
parent | 830e3b78f10f21dad42dcf4baf5b4d55adba64ae (diff) | |
download | dexon-tests-34c84cad0f50c356bc20e7c7aa8e843651048a35.tar dexon-tests-34c84cad0f50c356bc20e7c7aa8e843651048a35.tar.gz dexon-tests-34c84cad0f50c356bc20e7c7aa8e843651048a35.tar.bz2 dexon-tests-34c84cad0f50c356bc20e7c7aa8e843651048a35.tar.lz dexon-tests-34c84cad0f50c356bc20e7c7aa8e843651048a35.tar.xz dexon-tests-34c84cad0f50c356bc20e7c7aa8e843651048a35.tar.zst dexon-tests-34c84cad0f50c356bc20e7c7aa8e843651048a35.zip |
fix remining gasLimit in RandomTests
Diffstat (limited to 'StateTests/RandomTests/st201505051710GO.json')
-rw-r--r-- | StateTests/RandomTests/st201505051710GO.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StateTests/RandomTests/st201505051710GO.json b/StateTests/RandomTests/st201505051710GO.json index 312e5637b..8aa9dc6bb 100644 --- a/StateTests/RandomTests/st201505051710GO.json +++ b/StateTests/RandomTests/st201505051710GO.json @@ -3,7 +3,7 @@ "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", "currentDifficulty" : "0x051d6a3cd647", - "currentGasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x00", "currentTimestamp" : "0x01", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" |