Add CHECKSEQUENCEVERIFY softfork through BIP9

This commit is contained in:
Pieter Wuille
2016-02-20 23:37:13 +01:00
committed by BtcDrak
parent 6ff0b9f96e
commit ee40924fef
4 changed files with 23 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ namespace Consensus {
enum DeploymentPos
{
DEPLOYMENT_TESTDUMMY,
DEPLOYMENT_CSV, // Deployment of BIP68, BIP112, and BIP113.
MAX_VERSION_BITS_DEPLOYMENTS
};