diff options
| author | Suhas Daftuar <[email protected]> | 2016-03-09 16:00:53 -0500 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-03-15 16:54:39 +0100 |
| commit | 532cbb22b57f25c89df30588185b0db659871c86 (patch) | |
| tree | 003e038885544875343f1e1fc6ee3366765399ab /src/consensus/params.h | |
| parent | Softfork status report in RPC (diff) | |
| download | discoin-532cbb22b57f25c89df30588185b0db659871c86.tar.xz discoin-532cbb22b57f25c89df30588185b0db659871c86.zip | |
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 d5039211a..7c3a8e84c 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 }; /** |