You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chainparams.cpp
+4-1
Original file line number
Diff line number
Diff line change
@@ -796,7 +796,7 @@ class CRegTestParams : public CChainParams {
796
796
consensus.DIP0024QuorumsHeight = 1; // Always have dip0024 quorums unless overridden
797
797
consensus.V19Height = 1; // Always active unless overriden
798
798
consensus.V20Height = consensus.DIP0003Height; // Active not earlier than dip0003. Functional tests (DashTestFramework) uses height 100 (same as coinbase maturity)
799
-
consensus.MN_RRHeight = 1;
799
+
consensus.MN_RRHeight = consensus.V20Height; // MN_RR does not really have effect before v20 activation
0 commit comments