diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-01-02 23:57:39 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-01-02 23:57:39 +0800 |
commit | e813ebf686543e9cc6383f92c328146d9dfe8058 (patch) | |
tree | 8e8541083f50c9514755c9649dafc57aaedcebf9 | |
parent | fb40bc4e8cfea1d52afa3baf5d6eb746eb405fbc (diff) | |
download | dexon-solidity-e813ebf686543e9cc6383f92c328146d9dfe8058.tar dexon-solidity-e813ebf686543e9cc6383f92c328146d9dfe8058.tar.gz dexon-solidity-e813ebf686543e9cc6383f92c328146d9dfe8058.tar.bz2 dexon-solidity-e813ebf686543e9cc6383f92c328146d9dfe8058.tar.lz dexon-solidity-e813ebf686543e9cc6383f92c328146d9dfe8058.tar.xz dexon-solidity-e813ebf686543e9cc6383f92c328146d9dfe8058.tar.zst dexon-solidity-e813ebf686543e9cc6383f92c328146d9dfe8058.zip |
retuning gas prices of recursive bombs to test limits
-rw-r--r-- | stSystemOperationsTestFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stSystemOperationsTestFiller.json b/stSystemOperationsTestFiller.json index 34ab5078..b7906636 100644 --- a/stSystemOperationsTestFiller.json +++ b/stSystemOperationsTestFiller.json @@ -740,7 +740,7 @@ "transaction" : { "nonce" : "0", "gasPrice" : "1", - "gasLimit" : "365223", + "gasLimit" : "365243", "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", "value" : "100000", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -774,7 +774,7 @@ "transaction" : { "nonce" : "0", "gasPrice" : "1", - "gasLimit" : "365224", + "gasLimit" : "365244", "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", "value" : "100000", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |