forked from Bitcoin-ABC/bitcoin-abc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Fixes an issue that has been brought up where fees were truncated down during estimation, causing the estimatefee rpc to return values less than the current minimum relay feerate. We replace default truncation with mathimatical ceilings everywhere relevant for estimating a fee to be paid. Note well: we leave all minimum calculation alone so as to not underbill by accident. Builds on D1670 Inspired by Core PR 11303 by Matt Corallo. Test Plan: make VERBOSE=1 check && ./test/functional/test_runner.py --extended Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Subscribers: teamcity Differential Revision: https://reviews.bitcoinabc.org/D1815
- Loading branch information
Shammah Chancellor
committed
Sep 27, 2018
1 parent
1254f95
commit 8e279db
Showing
4 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters