diff options
corrected random test fillers for blockchain
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest17Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom/randomStatetest17Filler.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest17Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest17Filler.json index 6c4ee8c21..884a24045 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest17Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest17Filler.json @@ -2,10 +2,10 @@ "randomStatetest17" : { "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", - "currentDifficulty" : "5623894562375", + "currentDifficulty" : "0x20000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0", - "currentTimestamp" : "1", + "currentNumber" : "1", + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ @@ -22,7 +22,8 @@ "code" : "0x7f000000000000000000000000000000000000000000000000000000000000c3507f0000000000000000000000000000000000000000000000000000000000000001427f000000000000000000000000000000000000000000000000000000000000c3507f0000000000000000000000000000000000000000000000000000000000000001430a7f000000000000000000000000000000000000000000000000000000000000000106813b375560005155", "nonce" : "0", "storage" : { - "0x01" : "0x01", + "0x01" : "0x00", + "0x03e8" : "0x01", "0x7f000000000000000000000000000000000000000000000000000000000000c3" : "0xc350" } }, |