diff options
author | Dimitry <winsvega@mail.ru> | 2016-07-27 23:54:51 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-07-27 23:54:51 +0800 |
commit | d2081b17e81132e72f09a44f9d823bf6cbe6c281 (patch) | |
tree | 1be5334a0e986332c4025eadd94e17edec45bec7 /StateTests/stSystemOperationsTest.json | |
parent | 34c84cad0f50c356bc20e7c7aa8e843651048a35 (diff) | |
download | dexon-tests-d2081b17e81132e72f09a44f9d823bf6cbe6c281.tar dexon-tests-d2081b17e81132e72f09a44f9d823bf6cbe6c281.tar.gz dexon-tests-d2081b17e81132e72f09a44f9d823bf6cbe6c281.tar.bz2 dexon-tests-d2081b17e81132e72f09a44f9d823bf6cbe6c281.tar.lz dexon-tests-d2081b17e81132e72f09a44f9d823bf6cbe6c281.tar.xz dexon-tests-d2081b17e81132e72f09a44f9d823bf6cbe6c281.tar.zst dexon-tests-d2081b17e81132e72f09a44f9d823bf6cbe6c281.zip |
update annoying gasLimit
Diffstat (limited to 'StateTests/stSystemOperationsTest.json')
-rw-r--r-- | StateTests/stSystemOperationsTest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StateTests/stSystemOperationsTest.json b/StateTests/stSystemOperationsTest.json index ff381f9b6..3f81cc043 100644 --- a/StateTests/stSystemOperationsTest.json +++ b/StateTests/stSystemOperationsTest.json @@ -462,7 +462,7 @@ "env" : { "currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x02b8feb0", - "currentGasLimit" : "0xffffffffffffffffffffffffffffffff", + "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x00", "currentTimestamp" : "0x01", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -528,7 +528,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "0x7ffffffffffffff0", "gasPrice" : "0x01", "nonce" : "0x00", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |