diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-01-13 21:38:36 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-01-13 21:38:36 +0800 |
commit | f9f40035ae6765552a201870d30f7ce0b01213e7 (patch) | |
tree | ec3b8c75d2885ce418d9301f66ce2dd8d9c9225f /createRandomTest.cpp | |
parent | b1ddaed08a31fc413e492c9af968b9944c7160f4 (diff) | |
download | dexon-solidity-f9f40035ae6765552a201870d30f7ce0b01213e7.tar.gz dexon-solidity-f9f40035ae6765552a201870d30f7ce0b01213e7.tar.zst dexon-solidity-f9f40035ae6765552a201870d30f7ce0b01213e7.zip |
random test optimization
Diffstat (limited to 'createRandomTest.cpp')
-rw-r--r-- | createRandomTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createRandomTest.cpp b/createRandomTest.cpp index d2522cf4..b3a704e9 100644 --- a/createRandomTest.cpp +++ b/createRandomTest.cpp @@ -87,7 +87,7 @@ int main(int argc, char *argv[]) \"currentNumber\" : \"0\",\n\ \"currentGasLimit\" : \"1000000\",\n\ \"currentDifficulty\" : \"115792089237316195423570985008687907853269984665640564039457584007913129639935\",\n\ - \"currentTimestamp\" : 5,\n\ + \"currentTimestamp\" : 2,\n\ \"currentCoinbase\" : \"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba\"\n\ },\n\ \"pre\" : {\n\ |