diff options
author | Antoine Riard <ariard@student.42.fr> | 2019-08-06 22:18:36 -0400 |
---|---|---|
committer | Antoine Riard <ariard@student.42.fr> | 2019-08-15 11:02:55 -0400 |
commit | 6576a8765f67716aa6b87a2f0296fbac5956bec0 (patch) | |
tree | f9b0f28a59911d3265d8b2133e28d91fe4b1e791 /src/versionbits.cpp | |
parent | 00dad5e0e1ddd6047bd4ff0a3032aa8950817b5f (diff) |
doc: Improve versionbits.h documentation
Diffstat (limited to 'src/versionbits.cpp')
-rw-r--r-- | src/versionbits.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/versionbits.cpp b/src/versionbits.cpp index 3f297c0ebb..2285579cd9 100644 --- a/src/versionbits.cpp +++ b/src/versionbits.cpp @@ -94,7 +94,6 @@ ThresholdState AbstractThresholdConditionChecker::GetStateFor(const CBlockIndex* return state; } -// return the numerical statistics of blocks signalling the specified BIP9 condition in this current period BIP9Stats AbstractThresholdConditionChecker::GetStateStatisticsFor(const CBlockIndex* pindex, const Consensus::Params& params) const { BIP9Stats stats = {}; |