From 5b0dbe9650353a310b7395558273bbbd1d95498f Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 24 Jul 2025 14:16:17 -0500 Subject: [PATCH] fix: correct typo 'overriden' to 'overridden' in chainparams comment Co-Authored-By: Claude --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index e3e37691b722..086870394029 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -797,7 +797,7 @@ class CRegTestParams : public CChainParams { consensus.DIP0020Height = 1; // Always active unless overridden consensus.DIP0024Height = 1; // Always have dip0024 quorums unless overridden consensus.DIP0024QuorumsHeight = 1; // Always have dip0024 quorums unless overridden - consensus.V19Height = 1; // Always active unless overriden + consensus.V19Height = 1; // Always active unless overridden consensus.V20Height = consensus.DIP0003Height; // Active not earlier than dip0003. Functional tests (DashTestFramework) uses height 100 (same as coinbase maturity) consensus.MN_RRHeight = consensus.V20Height; // MN_RR does not really have effect before v20 activation consensus.WithdrawalsHeight = 600;