mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 03:22:47 +01:00
docs: updated comment for DIP0003 activation on RegTest
This commit is contained in:
parent
4dafec870c
commit
d8ce0a74fa
@ -790,7 +790,8 @@ public:
|
||||
consensus.BIP147Height = 1; // Always active unless overridden
|
||||
consensus.CSVHeight = 1; // Always active unless overridden
|
||||
consensus.DIP0001Height = 1; // Always active unless overridden
|
||||
consensus.DIP0003Height = 432;
|
||||
consensus.DIP0003Height = 432; // Always active for DashTestFramework in functional tests (see dip3params)
|
||||
// For unit tests and for BitcoinTestFramework is disabled due to missing quorum commitment for blocks created by helpers such as create_blocks
|
||||
consensus.DIP0003EnforcementHeight = 500;
|
||||
consensus.DIP0003EnforcementHash = uint256();
|
||||
consensus.DIP0008Height = 1; // Always active unless overridden
|
||||
|
Loading…
Reference in New Issue
Block a user