diff options
| author | fanquake <[email protected]> | 2016-11-09 17:51:27 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2016-11-09 17:51:27 +0800 |
| commit | d8edf03db7777752535b6f69dcbf2115f3f9a312 (patch) | |
| tree | 9906797a965a7d7217a92dde145ce1af92fc3455 /src/policy | |
| parent | Merge #9087: RPC: why not give more details when "generate" fails? (diff) | |
| download | discoin-d8edf03db7777752535b6f69dcbf2115f3f9a312.tar.xz discoin-d8edf03db7777752535b6f69dcbf2115f3f9a312.zip | |
Remove unused var UNLIKELY_PCT from fees.h
Diffstat (limited to 'src/policy')
| -rw-r--r-- | src/policy/fees.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/policy/fees.h b/src/policy/fees.h index c7d2febfa..ea4c70e61 100644 --- a/src/policy/fees.h +++ b/src/policy/fees.h @@ -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; |