diff options
Merge pull request #374 from ethereum/gentransact
General Transaction Tests
Diffstat (limited to 'src/TransactionTestsFiller/ttWrongRLP/RLPgasPriceWithFirstZerosCopier.json')
-rw-r--r-- | src/TransactionTestsFiller/ttWrongRLP/RLPgasPriceWithFirstZerosCopier.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttWrongRLP/RLPgasPriceWithFirstZerosCopier.json b/src/TransactionTestsFiller/ttWrongRLP/RLPgasPriceWithFirstZerosCopier.json new file mode 100644 index 000000000..148503c00 --- /dev/null +++ b/src/TransactionTestsFiller/ttWrongRLP/RLPgasPriceWithFirstZerosCopier.json @@ -0,0 +1,17 @@ +{ + "RLPgasPriceWithFirstZeros" : { + "Byzantium" : { + }, + "Constantinople" : { + }, + "EIP150" : { + }, + "EIP158" : { + }, + "Frontier" : { + }, + "Homestead" : { + }, + "rlp" : "0xf862808300000182035294095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" + } +} |