diff options
update general state tests fillers to suite blockchain
Diffstat (limited to 'src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json b/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json index 24e1224c8..dc1e73536 100644 --- a/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json +++ b/src/GeneralStateTestsFiller/stBlockHashTest/blockhash0Filler.json @@ -2,10 +2,10 @@ "blockhash0" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "256", + "currentDifficulty" : "0x20000", "currentGasLimit" : "100000000000", "currentNumber" : "1", - "currentTimestamp" : 1, + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ @@ -15,7 +15,7 @@ "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { - "0x00" : "0xba5e9b3fe3ba397b3c7298bc12b9514b3c0ae710aed7dd2355760986bf64258c", + "0x00" : "0xc5dadac5881b88c979386d479f3bd90f7c1da188641fc734a5cd0948d29d914d", "0x02" : "0x0000000000000000000000000000000000000000000000000000000000000000" } } |