diff options
Diffstat (limited to 'src/TransactionTestsFiller/ttConstantinople/NotEnoughGasLimitFiller.json')
-rw-r--r-- | src/TransactionTestsFiller/ttConstantinople/NotEnoughGasLimitFiller.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/TransactionTestsFiller/ttConstantinople/NotEnoughGasLimitFiller.json b/src/TransactionTestsFiller/ttConstantinople/NotEnoughGasLimitFiller.json deleted file mode 100644 index b99860302..000000000 --- a/src/TransactionTestsFiller/ttConstantinople/NotEnoughGasLimitFiller.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "NotEnoughGasLimit" : { - "expect" : "invalid", - "blocknumber" : "0x500000", - "transaction" : - { - "data" : "0x", - "gasLimit" : "20000", - "gasPrice" : "1", - "nonce" : "3", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : "10", - "v" : "28", - "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", - "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" - } - } -} |