diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stRecursiveCreate')
-rw-r--r-- | src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json | 6 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json index 9a77416f3..a93f3a86a 100644 --- a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json +++ b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateFiller.json @@ -2,10 +2,10 @@ "recursiveCreate" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "256", + "currentDifficulty" : "0x20000", "currentGasLimit" : "10000000", - "currentNumber" : "0", - "currentTimestamp" : 1, + "currentNumber" : "1", + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ diff --git a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json index 6b80b5991..5c80f832e 100644 --- a/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json +++ b/src/GeneralStateTestsFiller/stRecursiveCreate/recursiveCreateReturnValueFiller.json @@ -2,10 +2,10 @@ "recursiveCreateReturnValue" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "256", + "currentDifficulty" : "0x20000", "currentGasLimit" : "10000000000", - "currentNumber" : "0", - "currentTimestamp" : 1, + "currentNumber" : "1", + "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ |