diff options
| author | Dimitry <winsvega@mail.ru> | 2017-02-01 20:12:45 +0800 |
|---|---|---|
| committer | Dimitry <winsvega@mail.ru> | 2017-02-01 20:12:45 +0800 |
| commit | e0937d9ff7cdd280c12deabed97f4280c483217d (patch) | |
| tree | 90c3f02d801b1b313f871330c50bf37de4dd2dd5 /src/GeneralStateTestsFiller/stBlockHashTest/blockhashInRangeFiller.json | |
| parent | 3035858d203314f3e83c4e898a7c3e78c1d287fa (diff) | |
| download | dexon-tests-e0937d9ff7cdd280c12deabed97f4280c483217d.tar dexon-tests-e0937d9ff7cdd280c12deabed97f4280c483217d.tar.gz dexon-tests-e0937d9ff7cdd280c12deabed97f4280c483217d.tar.bz2 dexon-tests-e0937d9ff7cdd280c12deabed97f4280c483217d.tar.lz dexon-tests-e0937d9ff7cdd280c12deabed97f4280c483217d.tar.xz dexon-tests-e0937d9ff7cdd280c12deabed97f4280c483217d.tar.zst dexon-tests-e0937d9ff7cdd280c12deabed97f4280c483217d.zip | |
fix src blockchas state tests to the actual chain parameters
todo: move blockhash tests out of state tests to bcTests
Diffstat (limited to 'src/GeneralStateTestsFiller/stBlockHashTest/blockhashInRangeFiller.json')
| -rw-r--r-- | src/GeneralStateTestsFiller/stBlockHashTest/blockhashInRangeFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stBlockHashTest/blockhashInRangeFiller.json b/src/GeneralStateTestsFiller/stBlockHashTest/blockhashInRangeFiller.json index de2e7810c..a09b9bc33 100644 --- a/src/GeneralStateTestsFiller/stBlockHashTest/blockhashInRangeFiller.json +++ b/src/GeneralStateTestsFiller/stBlockHashTest/blockhashInRangeFiller.json @@ -19,9 +19,9 @@ "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { - "0x" : "0xc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6", - "0x01" : "0xad7c5bef027816a800da1736444fb58a807ef4c9603b7848673f7e3a68eb14a5", - "0x02" : "0x6ca54da2c4784ea43fd88b3402de07ae4bced597cbb19f323b7595857a6720ae" + "0x00" : "0x6b57a674b322faaa04f8c1e3b349f927601419c6d51663234dfab4791b29d21e", + "0x01" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "0x02" : "0x0000000000000000000000000000000000000000000000000000000000000000" } } } @@ -30,7 +30,7 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", - "code" : "{ [[ 0 ]] (BLOCKHASH 1) [[ 1 ]] (BLOCKHASH 2) [[ 2 ]] (BLOCKHASH 256) }", + "code" : "{ [[ 0 ]] (BLOCKHASH 0) [[ 1 ]] (BLOCKHASH 2) [[ 2 ]] (BLOCKHASH 256) }", "nonce" : "0", "storage" : { } |
