diff options
author | Juan Pablo Civile <elementohb@gmail.com> | 2021-05-24 10:22:10 -0300 |
---|---|---|
committer | ishaanam <ishaana.misra@gmail.com> | 2023-01-11 17:08:23 -0500 |
commit | a07a413466a0edd47eab9189b46a70aafbbe22b7 (patch) | |
tree | 3eeb5fbc0e98208b301f07fce6a6d6733033446e /doc | |
parent | 329d7e379d09fa5db9c057baa0e100d2b174427d (diff) |
Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund calls
Enables users to craft BIP-125 replacements with changes to the output
list, ensuring that if additional funds are needed they will be added.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-25375.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release-notes-25375.md b/doc/release-notes-25375.md new file mode 100644 index 0000000000..24605b12f0 --- /dev/null +++ b/doc/release-notes-25375.md @@ -0,0 +1,10 @@ +Updated RPCs +-------- + +The `minconf` option, which allows a user to specify the minimum number +of confirmations a UTXO being spent has, and the `maxconf` option, +which allows specifying the maximum number of confirmations, have been +added to the following RPCs: +- `fundrawtransaction` +- `send` +- `walletcreatefundedpsbt` |