diff options
Merge pull request #368 from ethereum/removezerosig
remove zeroSig transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json')
-rw-r--r-- | src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json deleted file mode 100644 index e4ee6f08f..000000000 --- a/src/TransactionTestsFiller/ttZeroSigConstantinople/DataTestEnoughGAS_gnvFiller.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "DataTestEnoughGAS_gnv" : { - "expect" : "valid", - "blocknumber" : "0x500000", - "transaction" : - { - "data" : "0x0358ac39584bc98a7c979f984b03", - "gasLimit" : "23000", - "gasPrice" : "0", - "nonce" : "0", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", - "value" : "0", - "v" : "1", - "r" : "0", - "s" : "0" - } - } -} |