aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus')
-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;