diff options
| author | Pieter Wuille <[email protected]> | 2016-10-17 13:24:37 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-10-17 14:15:57 +0200 |
| commit | f9c23dea976465c51b9fe2cead81b707678c16bb (patch) | |
| tree | c62980938db6b917e70b179ddbfcc45d0a1c8504 /src/consensus/params.h | |
| parent | Merge #8922: [qa] Send segwit-encoded blocktxn messages in p2p-compactblocks (diff) | |
| download | discoin-f9c23dea976465c51b9fe2cead81b707678c16bb.tar.xz discoin-f9c23dea976465c51b9fe2cead81b707678c16bb.zip | |
Define start and end time for segwit deployment
Diffstat (limited to 'src/consensus/params.h')
| -rw-r--r-- | src/consensus/params.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/params.h b/src/consensus/params.h index 5b2f49184..0e73cace8 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 }; |