aboutsummaryrefslogtreecommitdiff
path: root/src/policy
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-11-09 21:54:51 +0100
committerWladimir J. van der Laan <[email protected]>2016-11-09 21:54:56 +0100
commitfb156100f9b43a0f50db57a659b92a84e3f7907e (patch)
treed91ddcf98fb050276b04d5501b7eea9d9c2893b4 /src/policy
parentRevert "Check and enable -Wshadow by default." (diff)
parentRemove unused var UNLIKELY_PCT from fees.h (diff)
downloaddiscoin-fb156100f9b43a0f50db57a659b92a84e3f7907e.tar.xz
discoin-fb156100f9b43a0f50db57a659b92a84e3f7907e.zip
Merge #9111: Remove unused variable UNLIKELY_PCT from fees.h
d8edf03 Remove unused var UNLIKELY_PCT from fees.h (fanquake)
Diffstat (limited to 'src/policy')
-rw-r--r--src/policy/fees.h1
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;