From 6576a8765f67716aa6b87a2f0296fbac5956bec0 Mon Sep 17 00:00:00 2001 From: Antoine Riard Date: Tue, 6 Aug 2019 22:18:36 -0400 Subject: doc: Improve versionbits.h documentation --- src/versionbits.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/versionbits.cpp') diff --git a/src/versionbits.cpp b/src/versionbits.cpp index 3f297c0eb..2285579cd 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 = {}; -- cgit v1.2.3