diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2018-06-16 22:33:42 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2018-09-23 22:55:11 +0200 |
commit | 980b38f8a12130d2761d0f748db750165cfed025 (patch) | |
tree | f5eb758ca0fb57d70fc3606c85a60d20ae057951 /src/versionbits.h | |
parent | 920c090f63f4990bf0f3b3d1a6d3d8a8bcd14ba0 (diff) |
MOVEONLY: Move versionbits info out of versionbits.o
Diffstat (limited to 'src/versionbits.h')
-rw-r--r-- | src/versionbits.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/versionbits.h b/src/versionbits.h index e4bf9cb9be..cdc947cd9e 100644 --- a/src/versionbits.h +++ b/src/versionbits.h @@ -30,13 +30,6 @@ enum class ThresholdState { // will either be nullptr or a block with (height + 1) % Period() == 0. typedef std::map<const CBlockIndex*, ThresholdState> ThresholdConditionCache; -struct VBDeploymentInfo { - /** Deployment name */ - const char *name; - /** Whether GBT clients can safely ignore this rule in simplified usage */ - bool gbt_force; -}; - struct BIP9Stats { int period; int threshold; @@ -45,8 +38,6 @@ struct BIP9Stats { bool possible; }; -extern const struct VBDeploymentInfo VersionBitsDeploymentInfo[]; - /** * Abstract class that implements BIP9-style threshold logic, and caches results. */ |