diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-26 18:32:31 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-26 18:32:31 +0800 |
commit | c7bf546091ef08d559a18aa92998847b4f03c01c (patch) | |
tree | 097598c3ea8832d3336d4a5ef87b267ae977995c /src/TransactionTestsFiller/ttSpecConstantinople/ZeroSigTransaction3Filler.json | |
parent | 2935f962c4b8492aaa67e9ff9238fbd913b8cf7c (diff) | |
download | tangerine-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar tangerine-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.gz tangerine-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.bz2 tangerine-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.lz tangerine-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.xz tangerine-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.tar.zst tangerine-tests-c7bf546091ef08d559a18aa92998847b4f03c01c.zip |
remove zeroSig transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttSpecConstantinople/ZeroSigTransaction3Filler.json')
-rw-r--r-- | src/TransactionTestsFiller/ttSpecConstantinople/ZeroSigTransaction3Filler.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/TransactionTestsFiller/ttSpecConstantinople/ZeroSigTransaction3Filler.json b/src/TransactionTestsFiller/ttSpecConstantinople/ZeroSigTransaction3Filler.json deleted file mode 100644 index 6c4634824..000000000 --- a/src/TransactionTestsFiller/ttSpecConstantinople/ZeroSigTransaction3Filler.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ZeroSigTransaction3" : { - "expect" : "invalid", - "blocknumber" : "0x500000", - "sender" : "ffffffffffffffffffffffffffffffffffffffff", - "transaction" : - { - "data" : "0x", - "gasLimit" : "51000", - "gasPrice" : "1", - "nonce" : "3", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : "10", - "v" : "1", - "r" : "00000000000000", - "s" : "0000000000" - } - } -} |