diff options
corrected random test fillers for blockchain
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest261Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom/randomStatetest261Filler.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest261Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest261Filler.json index 66fa64df5..568973a59 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest261Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest261Filler.json @@ -2,10 +2,10 @@ "randomStatetest261" : { "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", - "currentDifficulty" : "0x051d6a3cd647", + "currentDifficulty" : "0x20000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ |