diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-03-18 20:14:46 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-03-18 20:14:46 +0800 |
commit | 9c33d18711b4c79aa0b013271a440b67cee8a3ec (patch) | |
tree | 819780f26a214950229888463aaad85afb8bf0ea | |
parent | c1c837d4b6a5f493760c0daf14b3785107326811 (diff) | |
download | dexon-solidity-9c33d18711b4c79aa0b013271a440b67cee8a3ec.tar dexon-solidity-9c33d18711b4c79aa0b013271a440b67cee8a3ec.tar.gz dexon-solidity-9c33d18711b4c79aa0b013271a440b67cee8a3ec.tar.bz2 dexon-solidity-9c33d18711b4c79aa0b013271a440b67cee8a3ec.tar.lz dexon-solidity-9c33d18711b4c79aa0b013271a440b67cee8a3ec.tar.xz dexon-solidity-9c33d18711b4c79aa0b013271a440b67cee8a3ec.tar.zst dexon-solidity-9c33d18711b4c79aa0b013271a440b67cee8a3ec.zip |
update gasLimits
-rw-r--r-- | stCallCreateCallCodeTestFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stCallCreateCallCodeTestFiller.json b/stCallCreateCallCodeTestFiller.json index b0245ee7..659ea7cc 100644 --- a/stCallCreateCallCodeTestFiller.json +++ b/stCallCreateCallCodeTestFiller.json @@ -211,7 +211,7 @@ "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "15720826", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -260,7 +260,7 @@ "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "166262", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -308,7 +308,7 @@ "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "17592186099592", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -355,7 +355,7 @@ "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "15720826", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |