diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-06 00:44:38 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-06 00:44:38 +0800 |
commit | adaa3459f1f381370d56a4449927da97a28ad731 (patch) | |
tree | eaa78b4eb92e491536318dba3b5c1eea61b308d8 /src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json | |
parent | 555106b5bbb375815ae1944d1ef19356cc9f4648 (diff) | |
download | dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.gz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.bz2 dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.lz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.xz dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.tar.zst dexon-tests-adaa3459f1f381370d56a4449927da97a28ad731.zip |
fix test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json b/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json index ea3952187..fd3d2c030 100644 --- a/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json +++ b/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json @@ -89,11 +89,11 @@ }, "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0", - "nonce" : "0", - "comment" : " Zero-value call to nonexistent account: should (i) charge only 700 gas, (ii) not create an account", - "code" : "{ [[0]](GAS) [[1]] (CALL 60000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0 0) [[100]] (GAS) }", - "storage": { - } + "nonce" : "0", + "//comment" : " Zero-value call to nonexistent account: should (i) charge only 700 gas, (ii) not create an account", + "code" : "{ [[0]](GAS) [[1]] (CALL 60000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0 0) [[100]] (GAS) }", + "storage": { + } } }, "transaction" : { |