mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 0b5344b0d1 into merged_master (Bitcoin PR bitcoin/bitcoin#22632)
This commit is contained in:
commit
4cc48afd88
7 changed files with 15 additions and 9 deletions
|
|
@ -569,7 +569,7 @@ public:
|
|||
consensus.BIP34Height = 2; // BIP34 activated on regtest (Block at height 1 not enforced for testing purposes)
|
||||
consensus.BIP34Hash = uint256();
|
||||
consensus.BIP65Height = 1351; // BIP65 activated on regtest (Used in functional tests)
|
||||
consensus.BIP66Height = 1251; // BIP66 activated on regtest (Used in functional tests)
|
||||
consensus.BIP66Height = 102; // BIP66 activated on regtest (Block at height 101 and earlier not enforced for testing purposes)
|
||||
consensus.CSVHeight = 432; // CSV activated on regtest (Used in rpc activation tests)
|
||||
consensus.SegwitHeight = 0; // SEGWIT is always activated on regtest unless overridden
|
||||
consensus.MinBIP9WarningHeight = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue