Skip to content

Commit d93878e

Browse files
Merge #6781: trivial: correct typo 'overriden' to 'overridden' in chainparams comment
5b0dbe9 fix: correct typo 'overriden' to 'overridden' in chainparams comment (pasta) Pull request description: ## Summary - Fixed typo in comment: "overriden" → "overridden" ## Test plan - No functional changes, comment only ACKs for top commit: UdjinM6: utACK 5b0dbe9 Tree-SHA512: da98b88b137ee30de039739484f331e5776f4196ea4a29df9b48ea07d7bab52c98f43d747ea19a1ccaf33a5eb7c359ff195373e2860f403bd4a45207e35c0b5a
2 parents be3406f + 5b0dbe9 commit d93878e

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
@@ -797,7 +797,7 @@ class CRegTestParams : public CChainParams {
797797
consensus.DIP0020Height = 1; // Always active unless overridden
798798
consensus.DIP0024Height = 1; // Always have dip0024 quorums unless overridden
799799
consensus.DIP0024QuorumsHeight = 1; // Always have dip0024 quorums unless overridden
800-
consensus.V19Height = 1; // Always active unless overriden
800+
consensus.V19Height = 1; // Always active unless overridden
801801
consensus.V20Height = consensus.DIP0003Height; // Active not earlier than dip0003. Functional tests (DashTestFramework) uses height 100 (same as coinbase maturity)
802802
consensus.MN_RRHeight = consensus.V20Height; // MN_RR does not really have effect before v20 activation
803803
consensus.WithdrawalsHeight = 600;

0 commit comments

Comments
 (0)