We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f445d88 + d8edf03 commit fb15610Copy full SHA for fb15610
src/policy/fees.h
@@ -174,7 +174,6 @@ static const double DEFAULT_DECAY = .998;
174
175
/** Require greater than 95% of X feerate transactions to be confirmed within Y blocks for X to be big enough */
176
static const double MIN_SUCCESS_PCT = .95;
177
-static const double UNLIKELY_PCT = .5;
178
179
/** Require an avg of 1 tx in the combined feerate bucket per block to have stat significance */
180
static const double SUFFICIENT_FEETXS = 1;
0 commit comments