mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Remove unused var UNLIKELY_PCT from fees.h
This commit is contained in:
parent
924de0bd75
commit
d8edf03db7
@ -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…
Reference in New Issue
Block a user