aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/params.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-10-13 11:35:18 -0400
committerPieter Wuille <pieter.wuille@gmail.com>2017-11-06 19:09:12 -0800
commit18e071841e83044b47aa45c3e98c0796a407d445 (patch)
treeec4f134a88e4a6c451ffc815763c69d9d6bc356e /src/consensus/params.h
parent526023aa7a99955dffcd406224963e6c193c1ddf (diff)
downloadbitcoin-18e071841e83044b47aa45c3e98c0796a407d445.tar.xz
[consensus] Pin P2SH activation to block 173805 on mainnet
Diffstat (limited to 'src/consensus/params.h')
-rw-r--r--src/consensus/params.h2
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;