aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-08-29 21:15:19 +0800
committerDimitry <winsvega@mail.ru>2017-08-30 04:27:24 +0800
commitb9d603fd61186e8085b6896cb4d6ffceef54abde (patch)
tree06e7f221b487fde3dfa032a99f3e041792322cb8 /src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json
parentd7bc1c65afa5112c20e4a4b1d385d1d2e68cae70 (diff)
downloaddexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar
dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.gz
dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.bz2
dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.lz
dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.xz
dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.tar.zst
dexon-tests-b9d603fd61186e8085b6896cb4d6ffceef54abde.zip
more transaction tests
Diffstat (limited to 'src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json')
-rw-r--r--src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json
new file mode 100644
index 000000000..dc89a52a0
--- /dev/null
+++ b/src/TransactionTestsFiller/ttZeroSigConstantinople/TransactionWithHihghGasPriceFiller.json
@@ -0,0 +1,18 @@
+{
+ "TransactionWithHihghGasPrice" : {
+ "expect" : "invalid",
+ "blocknumber" : "3094218",
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "21000",
+ "gasPrice" : "115792089237316195423570985008687907853269984665640564039457584007913129639935",
+ "nonce" : "0",
+ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
+ "value" : "0",
+ "v" : "1",
+ "r" : "0",
+ "s" : "0"
+ }
+ }
+}