Skip to content

Commit 0eafc3b

Browse files
Merge pull request #647 from aguycalled/reactivate-cfund
Reactivate CFund
2 parents 494d4e2 + 9bcb86b commit 0eafc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class CMainParams : public CChainParams {
126126
consensus.nStaticReward = 2 * COIN;
127127
consensus.nHeightv451Fork = 2722100;
128128
consensus.nHeightv452Fork = 2882875;
129-
consensus.fDaoClientActivated = false;
129+
consensus.fDaoClientActivated = true;
130130

131131
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
132132
consensus.nCoinbaseMaturity = 50;

0 commit comments

Comments
 (0)