Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
hindsight you heartless wench
  • Loading branch information
mooncoindev committed Apr 4, 2017
1 parent 2688e58 commit 4aa4d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -101,7 +101,7 @@ class CMainParams : public CChainParams {
nMinerThreads = 0;
nTargetTimespan = 8 * 60 * 60; // every 8 hours
nTargetSpacing = 90; // moon (1.5 mins)
nMaxTipAge = 8 * 60 * 60;
nMaxTipAge = 90 * 24 * 60 * 60;

/**
* Build the genesis block. Note that the output of the genesis coinbase cannot
Expand Down

0 comments on commit 4aa4d87

Please sign in to comment.