Skip to content

Commit

Permalink
Merge pull request #4597 from wiz/revert-mempool-back-to-medium-prio
Browse files Browse the repository at this point in the history
Reduce mempool fee estimation back to "medium" priority
  • Loading branch information
ripcurlx authored Oct 6, 2020
2 parents 36bc15d + 894cdf3 commit be09466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected FeeRate doGet() {

private long getEstimatedFeeRate() {
return getFeeRatePredictions()
.filter(p -> p.getKey().equalsIgnoreCase("fastestFee"))
.filter(p -> p.getKey().equalsIgnoreCase("halfHourFee"))
.map(Map.Entry::getValue)
.findFirst()
.map(r -> {
Expand Down

0 comments on commit be09466

Please sign in to comment.