Browse Source

Remove unused var UNLIKELY_PCT from fees.h

0.14
fanquake 8 years ago
parent
commit
d8edf03db7
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 1
      src/policy/fees.h

1
src/policy/fees.h

@ -174,7 +174,6 @@ static const double DEFAULT_DECAY = .998; @@ -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;

Loading…
Cancel
Save