aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-10-17 13:24:37 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-10-17 14:15:57 +0200
commitf9c23dea976465c51b9fe2cead81b707678c16bb (patch)
treec62980938db6b917e70b179ddbfcc45d0a1c8504 /src/consensus
parent0329511b9cd60146fcd27a75600e404122505593 (diff)
downloadbitcoin-f9c23dea976465c51b9fe2cead81b707678c16bb.tar.xz
Define start and end time for segwit deployment
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/params.h b/src/consensus/params.h
index 5b2f49184f..0e73cace83 100644
--- a/src/consensus/params.h
+++ b/src/consensus/params.h
@@ -16,7 +16,7 @@ enum DeploymentPos
{
DEPLOYMENT_TESTDUMMY,
DEPLOYMENT_CSV, // Deployment of BIP68, BIP112, and BIP113.
- DEPLOYMENT_SEGWIT, // Deployment of BIP141 and BIP143
+ DEPLOYMENT_SEGWIT, // Deployment of BIP141, BIP143, and BIP147.
// NOTE: Also add new deployments to VersionBitsDeploymentInfo in versionbits.cpp
MAX_VERSION_BITS_DEPLOYMENTS
};