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/EIP158/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/EIP158/Homestead/stDelegatecallTest.json')
-rw-r--r-- | StateTests/EIP158/Homestead/stDelegatecallTest.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/StateTests/EIP158/Homestead/stDelegatecallTest.json b/StateTests/EIP158/Homestead/stDelegatecallTest.json index 1df5e74b6..5a32a8170 100644 --- a/StateTests/EIP158/Homestead/stDelegatecallTest.json +++ b/StateTests/EIP158/Homestead/stDelegatecallTest.json @@ -2348,11 +2348,11 @@ "nonce" : "0x00", "storage" : { "0x00" : "0x01", - "0x01" : "0x80" + "0x01" : "0x17" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0xf125", + "balance" : "0xf124", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -2360,20 +2360,20 @@ }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { "balance" : "0x17", - "code" : "0x6080600155", + "code" : "0x34600155", "nonce" : "0x00", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7630ec4", + "balance" : "0x0de0b6b3a7630ec5", "code" : "0x", "nonce" : "0x01", "storage" : { } } }, - "postStateRoot" : "48bff583115901da1892da1ff92bcf59f3f61e643edb2e05df7f6bffabe248b0", + "postStateRoot" : "14122ff01c9fbf8e582d0f8e8b334179bc3cbb23eaa4b8a110fd68f1b837c2da", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0de0b6b3a7640000", @@ -2384,7 +2384,7 @@ }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { "balance" : "0x17", - "code" : "0x6080600155", + "code" : "0x34600155", "nonce" : "0x00", "storage" : { } |