diff options
Diffstat (limited to 'GeneralStateTests/stRecursiveCreate')
-rw-r--r-- | GeneralStateTests/stRecursiveCreate/recursiveCreate.json | 6 | ||||
-rw-r--r-- | GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/GeneralStateTests/stRecursiveCreate/recursiveCreate.json b/GeneralStateTests/stRecursiveCreate/recursiveCreate.json index cc47a3198..7675db50d 100644 --- a/GeneralStateTests/stRecursiveCreate/recursiveCreate.json +++ b/GeneralStateTests/stRecursiveCreate/recursiveCreate.json @@ -2,10 +2,10 @@ "recursiveCreate" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", + "currentDifficulty" : "0x20000", "currentGasLimit" : "0x989680", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue.json b/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue.json index 25d3bf2a2..603b5fe92 100644 --- a/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue.json +++ b/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue.json @@ -2,10 +2,10 @@ "recursiveCreateReturnValue" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", + "currentDifficulty" : "0x20000", "currentGasLimit" : "0x02540be400", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { |