@@ -126,6 +126,7 @@ class CMainParams : public CChainParams {
126126 consensus.nStaticReward = 2 * COIN;
127127 consensus.nHeightv451Fork = 2722100 ;
128128 consensus.nHeightv452Fork = 2882875 ;
129+ consensus.fDaoClientActivated = false ;
129130
130131 /* * Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
131132 consensus.nCoinbaseMaturity = 50 ;
@@ -328,6 +329,7 @@ class CTestNetParams : public CChainParams {
328329 consensus.nStaticReward = 2 * COIN;
329330 consensus.nHeightv451Fork = 100000 ;
330331 consensus.nHeightv452Fork = 100000 ;
332+ consensus.fDaoClientActivated = true ;
331333
332334 /* * Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
333335 consensus.nCoinbaseMaturity = 50 ;
@@ -509,6 +511,7 @@ class CDevNetParams : public CChainParams {
509511 consensus.nStaticReward = 2 * COIN;
510512 consensus.nHeightv451Fork = 1000 ;
511513 consensus.nHeightv452Fork = 1000 ;
514+ consensus.fDaoClientActivated = true ;
512515
513516 /* * Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
514517 consensus.nCoinbaseMaturity = 5 ;
@@ -700,6 +703,7 @@ class CRegTestParams : public CChainParams {
700703 consensus.nStaticReward = 2 * COIN;
701704 consensus.nHeightv451Fork = 1000 ;
702705 consensus.nHeightv452Fork = 1000 ;
706+ consensus.fDaoClientActivated = true ;
703707
704708 /* * Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
705709 consensus.nCoinbaseMaturity = 50 ;
0 commit comments