Skip to content

Commit d8edf03

Browse files
committed
Remove unused var UNLIKELY_PCT from fees.h
1 parent 924de0b commit d8edf03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/policy/fees.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ static const double DEFAULT_DECAY = .998;
174174

175175
/** Require greater than 95% of X feerate transactions to be confirmed within Y blocks for X to be big enough */
176176
static const double MIN_SUCCESS_PCT = .95;
177-
static const double UNLIKELY_PCT = .5;
178177

179178
/** Require an avg of 1 tx in the combined feerate bucket per block to have stat significance */
180179
static const double SUFFICIENT_FEETXS = 1;

0 commit comments

Comments
 (0)