Commit 35280755 authored by Volodymyr Shamray's avatar Volodymyr Shamray
Browse files

Merge branch '110-target-timespan-revert' into 'Current-dev'

Revert "Target timespan changed to 6 hours"

See merge request crown/crown-core!84
parents ae36f6c1 1b3013b3
Showing with 2 additions and 2 deletions
+2 -2
......@@ -231,8 +231,8 @@ public:
nRejectBlockOutdatedMajority = 75;
nToCheckBlockUpgradeMajority = 100;
nMinerThreads = 0;
nTargetTimespan = 6 * 60 * 60; // 6 hours
nTargetSpacing = 1.5 * 60; // 1.5 minuts
nTargetTimespan = 2 * 24 * 60 * 60; // 2 days
nTargetSpacing = 1.5 * 60; // 1.5 minutes
nMaxTipAge = 0x7fffffff;
//! Modify the testnet genesis block so the timestamp is valid for a later start.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment