Merge #9111: Remove unused variable UNLIKELY_PCT from fees.h

d8edf03 Remove unused var UNLIKELY_PCT from fees.h (fanquake)
This commit is contained in:
Wladimir J. van der Laan 2016-11-09 21:54:51 +01:00
commit fb156100f9
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ static const double DEFAULT_DECAY = .998;
/** Require greater than 95% of X feerate transactions to be confirmed within Y blocks for X to be big enough */
static const double MIN_SUCCESS_PCT = .95;
static const double UNLIKELY_PCT = .5;
/** Require an avg of 1 tx in the combined feerate bucket per block to have stat significance */
static const double SUFFICIENT_FEETXS = 1;