diff options
author | John Newbery <john@johnnewbery.com> | 2017-10-13 11:35:18 -0400 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2017-11-06 19:09:12 -0800 |
commit | 18e071841e83044b47aa45c3e98c0796a407d445 (patch) | |
tree | ec4f134a88e4a6c451ffc815763c69d9d6bc356e /src/consensus | |
parent | 526023aa7a99955dffcd406224963e6c193c1ddf (diff) |
[consensus] Pin P2SH activation to block 173805 on mainnet
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/params.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |