-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This is a partial backport of [[bitcoin/bitcoin#20220 | core#20220]] Most of the PR is not applicable because we do not use `estimate_mode` nor `conf_target` for fees. List of changes and source commits: - Use a const ref in `FundTransaction` for `options`: bitcoin/bitcoin@1697a40 - Minor rpc_psbt.py refactoring: bitcoin/bitcoin@6e1ea42 - Add a `log.info` in wallet_basic.py: bitcoin/bitcoin@dd341e6 - Improve RPC doc for `subtract_fee_from_outputs`: bitcoin/bitcoin@778b9be Test Plan: `ninja all check-all` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10716
- Loading branch information
Showing
3 changed files
with
28 additions
and
35 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