diff options
Merge pull request #352 from ethereum/badOpcodes-bigger-stack
Add more stack items for badOpcodes test
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d108g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d108g0v0Filler.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d108g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d108g0v0Filler.json index 12bb6ef91..994faf7ed 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d108g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d108g0v0Filler.json @@ -10,14 +10,14 @@ }, "transactions" : [ { - "data" : "0x6001600160016001e960006000f3", + "data" : "0x60016001600160016001600160016001e960006000f3", "gasLimit" : "0x061a80", "gasPrice" : "0x01", "nonce" : "0x00", - "r" : "0xb72ed8461da4a34039542bfce0df927c62de0619f57e0510f967f4dc23ae1554", - "s" : "0x52183f19df7fb0a6d3c77819730b847102043cd4b47a36dbb5d97789039afe5d", + "r" : "0x67cf01cc44d78d293aa7d82407f5d9952295e525ab52826357a3e7346ec13bd1", + "s" : "0x163961836a22680e4bc12bee2780f9bdb7bc3d282589cbcad0c1f2dd156395f3", "to" : "", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x0186a0" } ], |