We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 494d4e2 + 9bcb86b commit 0eafc3bCopy full SHA for 0eafc3b
src/chainparams.cpp
@@ -126,7 +126,7 @@ class CMainParams : public CChainParams {
126
consensus.nStaticReward = 2 * COIN;
127
consensus.nHeightv451Fork = 2722100;
128
consensus.nHeightv452Fork = 2882875;
129
- consensus.fDaoClientActivated = false;
+ consensus.fDaoClientActivated = true;
130
131
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
132
consensus.nCoinbaseMaturity = 50;
0 commit comments