diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2016-03-09 16:00:53 -0500 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-03-15 16:54:39 +0100 |
commit | 532cbb22b57f25c89df30588185b0db659871c86 (patch) | |
tree | 003e038885544875343f1e1fc6ee3366765399ab /src/consensus/params.h | |
parent | d23f6c6a0d2dc8a3f5f159faf7a40157259a8f8f (diff) |
Add testing of ComputeBlockVersion
Diffstat (limited to 'src/consensus/params.h')
-rw-r--r-- | src/consensus/params.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/consensus/params.h b/src/consensus/params.h index d5039211a3..7c3a8e84c3 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -14,7 +14,8 @@ namespace Consensus { enum DeploymentPos { - MAX_VERSION_BITS_DEPLOYMENTS = 0, + DEPLOYMENT_TESTDUMMY, + MAX_VERSION_BITS_DEPLOYMENTS }; /** |