diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2014-12-20 20:07:54 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2014-12-20 20:07:54 +0800 |
commit | a4ccc6e72eb759a2d769107054af1646b79d3fc5 (patch) | |
tree | df28941b267a7a9171f53ec64c929e56e64066b6 /StateTests/stInitCodeTest.json | |
parent | 86c3b8cfadba57af2801f1e2e1fa5963d65bf45e (diff) | |
download | dexon-a4ccc6e72eb759a2d769107054af1646b79d3fc5.tar dexon-a4ccc6e72eb759a2d769107054af1646b79d3fc5.tar.gz dexon-a4ccc6e72eb759a2d769107054af1646b79d3fc5.tar.bz2 dexon-a4ccc6e72eb759a2d769107054af1646b79d3fc5.tar.lz dexon-a4ccc6e72eb759a2d769107054af1646b79d3fc5.tar.xz dexon-a4ccc6e72eb759a2d769107054af1646b79d3fc5.tar.zst dexon-a4ccc6e72eb759a2d769107054af1646b79d3fc5.zip |
CALLCODE <-> RETURN
Diffstat (limited to 'StateTests/stInitCodeTest.json')
-rw-r--r-- | StateTests/stInitCodeTest.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/StateTests/stInitCodeTest.json b/StateTests/stInitCodeTest.json index 67aa42853..9f611e1a1 100644 --- a/StateTests/stInitCodeTest.json +++ b/StateTests/stInitCodeTest.json @@ -588,7 +588,7 @@ } }, "transaction" : { - "data" : "0x600a80600c6000396000f200600160008035811a8100", + "data" : "0x600a80600c6000396000f300600160008035811a8100", "gasLimit" : "599", "gasPrice" : "1", "nonce" : "0", @@ -642,7 +642,7 @@ } }, "transaction" : { - "data" : "0x600a80600c6000396000f200600160008035811a8100", + "data" : "0x600a80600c6000396000f300600160008035811a8100", "gasLimit" : "590", "gasPrice" : "3", "nonce" : "0", @@ -696,7 +696,7 @@ } }, "transaction" : { - "data" : "0x600a80600c6000396000f200600160008035811a8100", + "data" : "0x600a80600c6000396000f300600160008035811a8100", "gasLimit" : "599", "gasPrice" : "1", "nonce" : "0", @@ -716,10 +716,10 @@ }, "logs" : [ ], - "out" : "0x", + "out" : "0xff600160008035811a81", "post" : { "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1000", + "balance" : "653", "code" : "0x", "nonce" : "0", "storage" : { @@ -727,13 +727,13 @@ }, "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { "balance" : "1", - "code" : "0x", + "code" : "0xff600160008035811a81", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "8999", + "balance" : "9346", "code" : "0x", "nonce" : "1", "storage" : { @@ -750,7 +750,7 @@ } }, "transaction" : { - "data" : "0x600a80600c6000396000f200ff600160008035811a81", + "data" : "0x600a80600c6000396000f300ff600160008035811a81", "gasLimit" : "1000", "gasPrice" : "1", "nonce" : "0", @@ -804,7 +804,7 @@ } }, "transaction" : { - "data" : "0x600a80600c600039600000f20000600160008035811a81", + "data" : "0x600a80600c600039600000f30000600160008035811a81", "gasLimit" : "1000", "gasPrice" : "1", "nonce" : "0", @@ -858,7 +858,7 @@ } }, "transaction" : { - "data" : "0x600a80600c6000396000fff2ffff600160008035811a81", + "data" : "0x600a80600c6000396000fff3ffff600160008035811a81", "gasLimit" : "1000", "gasPrice" : "1", "nonce" : "0", |