From bffedcb426663a4935782e91d28de3ece82df40f Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 30 Nov 2017 04:38:51 +0300 Subject: remove old transaction tests --- .../TransactionWithSvalueTooHighFiller.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/TransactionTestsFiller/ttConstantinople/TransactionWithSvalueTooHighFiller.json (limited to 'src/TransactionTestsFiller/ttConstantinople/TransactionWithSvalueTooHighFiller.json') diff --git a/src/TransactionTestsFiller/ttConstantinople/TransactionWithSvalueTooHighFiller.json b/src/TransactionTestsFiller/ttConstantinople/TransactionWithSvalueTooHighFiller.json deleted file mode 100644 index f7c8c653f..000000000 --- a/src/TransactionTestsFiller/ttConstantinople/TransactionWithSvalueTooHighFiller.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "TransactionWithSvalueTooHigh" : { - "expect" : "invalid", - "blocknumber" : "0x500000", - "transaction" : - { - "data" : "", - "gasLimit" : "21000", - "gasPrice" : "1", - "nonce" : "0", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", - "value" : "11", - "v" : "27", - "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", - "s" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141" - } - } -} -- cgit