mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
[consensus] Pin P2SH activation to block 173805 on mainnet
This commit is contained in:
committed by
Pieter Wuille
parent
526023aa7a
commit
18e071841e
@@ -43,6 +43,8 @@ struct BIP9Deployment {
|
||||
struct Params {
|
||||
uint256 hashGenesisBlock;
|
||||
int nSubsidyHalvingInterval;
|
||||
/** Block height at which BIP16 becomes active */
|
||||
int BIP16Height;
|
||||
/** Block height and hash at which BIP34 becomes active */
|
||||
int BIP34Height;
|
||||
uint256 BIP34Hash;
|
||||
|
||||
Reference in New Issue
Block a user