-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge ffaac6e into merged_master (Bitcoin PR #16378)
Adds a new "send" RPC which I didn't really look at too closely to match our other RPC modifications. In particular our backport of #17211 adds a "solving_data" field to other transaction-creation RPCs, but not this one. (But I checked the current status of #17211 and Andy hasn't updated upstream either, just passes NullUniValue to FundTransaction from `send`. So that's what I did here.)
- Loading branch information
Showing
8 changed files
with
575 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
RPC | ||
--- | ||
- A new `send` RPC with similar syntax to `walletcreatefundedpsbt`, including | ||
support for coin selection and a custom fee rate. Using the new `send` method | ||
is encouraged: `sendmany` and `sendtoaddress` may be deprecated in a future release. |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.