Bugfix: RPC/mining: Fail properly in estimatesmartfee if smart fee data is unavailable#23547
Merged
Merged
Conversation
…ta is unavailable
ghost
approved these changes
Nov 18, 2021
Contributor
|
maybe worth for 22.1 |
kristapsk
approved these changes
Dec 2, 2021
Member
|
A regression test might be nice |
luke-jr
added a commit
to bitcoinknots/bitcoin
that referenced
this pull request
Dec 14, 2021
…ta is unavailable Github-Pull: bitcoin#23547 Rebased-From: cd8d156
RandyMcMillan
pushed a commit
to RandyMcMillan/mempool-tab
that referenced
this pull request
Dec 23, 2021
…imatesmartfee if smart fee data is unavailable 9ed340f Bugfix: RPC/mining: Fail properly in estimatesmartfee if smart fee data is unavailable (Luke Dashjr) Pull request description: Fixes a regression introduced by #22722 (Not entirely sure on the solution) ACKs for top commit: prayank23: crACK bitcoin/bitcoin@9ed340f darosior: utACK 9ed340f kristapsk: utACK 9ed340f Tree-SHA512: eb4aa3cc345c69c44ffd5733b51b90eefe1d7854b7a2855e8cbb98268db24d43b7d0ae9fbb0eccf9b6dc01da644d19433cc77fec52ff67bf890be1fc53a67fc4
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a regression introduced by #22722
(Not entirely sure on the solution)