diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-06-16 18:57:24 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-06-16 18:57:24 +0800 |
commit | c5c7dc66f772723164921c32371828ab81a501be (patch) | |
tree | d6f328caefd2f1d4117192c7f461655bd73554fa /src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_22411_22000Filler.json | |
parent | 287e155b0c18ea794cb7c6418d7eb92c3c1f490c (diff) | |
download | tangerine-tests-c5c7dc66f772723164921c32371828ab81a501be.tar tangerine-tests-c5c7dc66f772723164921c32371828ab81a501be.tar.gz tangerine-tests-c5c7dc66f772723164921c32371828ab81a501be.tar.bz2 tangerine-tests-c5c7dc66f772723164921c32371828ab81a501be.tar.lz tangerine-tests-c5c7dc66f772723164921c32371828ab81a501be.tar.xz tangerine-tests-c5c7dc66f772723164921c32371828ab81a501be.tar.zst tangerine-tests-c5c7dc66f772723164921c32371828ab81a501be.zip |
Fix the timestamp in GeneralStateTestsFiller as suggested in
https://github.com/ethereum/tests/pull/180/files/bf07e79b8d49e479e55c0b9560686c7429c8ac5b#diff-4b84d89a34b808ecc2bf1ee3a4534ce9
Diffstat (limited to 'src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_22411_22000Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_22411_22000Filler.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_22411_22000Filler.json b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_22411_22000Filler.json index bfc66b4f8..dea8946f0 100644 --- a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_22411_22000Filler.json +++ b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_22411_22000Filler.json @@ -5,7 +5,7 @@ "currentDifficulty": "0x020000", "currentGasLimit": "0x5f5e100", "currentNumber": "0x1", - "currentTimestamp": "0x5777765e", + "currentTimestamp": "1000", "previousHash": "0xc6745cf3cada515bbfb9573261c82547e0b8f9e3d5dd382e464704a84e47b5ad" }, "pre": { |