diff options
author | Dimitry <dimitry@ethdev.com> | 2016-11-02 23:36:33 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-11-02 23:36:33 +0800 |
commit | 853333e7da312775fb8f32f2c2771b8578cd0d79 (patch) | |
tree | 05f550a0f27d543bf52dae975b8a6fb421e15b57 /StateTests/Homestead/stDelegatecallTest.json | |
parent | cc6aaba2956b12e074a83ffb4c530787ab8e9bb3 (diff) | |
download | tangerine-tests-853333e7da312775fb8f32f2c2771b8578cd0d79.tar tangerine-tests-853333e7da312775fb8f32f2c2771b8578cd0d79.tar.gz tangerine-tests-853333e7da312775fb8f32f2c2771b8578cd0d79.tar.bz2 tangerine-tests-853333e7da312775fb8f32f2c2771b8578cd0d79.tar.lz tangerine-tests-853333e7da312775fb8f32f2c2771b8578cd0d79.tar.xz tangerine-tests-853333e7da312775fb8f32f2c2771b8578cd0d79.tar.zst tangerine-tests-853333e7da312775fb8f32f2c2771b8578cd0d79.zip |
fix wrong solidity in tests (not hf related)
Diffstat (limited to 'StateTests/Homestead/stDelegatecallTest.json')
-rw-r--r-- | StateTests/Homestead/stDelegatecallTest.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/StateTests/Homestead/stDelegatecallTest.json b/StateTests/Homestead/stDelegatecallTest.json index d7c5ad89e..aa954f84d 100644 --- a/StateTests/Homestead/stDelegatecallTest.json +++ b/StateTests/Homestead/stDelegatecallTest.json @@ -2329,11 +2329,11 @@ "nonce" : "0x00", "storage" : { "0x00" : "0x01", - "0x01" : "0x80" + "0x01" : "0x17" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0xee91", + "balance" : "0xee90", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -2341,20 +2341,20 @@ }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { "balance" : "0x17", - "code" : "0x6080600155", + "code" : "0x34600155", "nonce" : "0x00", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7631158", + "balance" : "0x0de0b6b3a7631159", "code" : "0x", "nonce" : "0x01", "storage" : { } } }, - "postStateRoot" : "46a3cf4cd0cbb527d6e711296a68829ac8605987f1ece964dac6a3d56b1929f6", + "postStateRoot" : "bbfbd005f26707e3c305c91bce59be351d4364f047e8207a352a312a9ebfd474", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0de0b6b3a7640000", @@ -2365,7 +2365,7 @@ }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { "balance" : "0x17", - "code" : "0x6080600155", + "code" : "0x34600155", "nonce" : "0x00", "storage" : { } |