From 18e071841e83044b47aa45c3e98c0796a407d445 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Fri, 13 Oct 2017 11:35:18 -0400 Subject: [consensus] Pin P2SH activation to block 173805 on mainnet --- src/consensus/params.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/consensus/params.h') diff --git a/src/consensus/params.h b/src/consensus/params.h index 9d60c2413a..0bdf838208 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -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; -- cgit v1.2.3