Skip to content

Commit 98ad249

Browse files
committed
Merge bitcoin/bitcoin#31277: doc: mention descriptorprocesspsbt in psbt.md
ebb6cd8 doc: mention `descriptorprocesspsbt` in psbt.md (Sebastian Falbesoner) Pull request description: Noticed that the `descriptorprocesspsbt` RPC call is currently not documented anywhere. ACKs for top commit: sipa: ACK ebb6cd8 kevkevinpal: ACK [ebb6cd8](bitcoin/bitcoin@ebb6cd8) danielabrozzoni: ACK ebb6cd8 ismaelsadeeq: ACK ebb6cd8 tdb3: ACK ebb6cd8 Tree-SHA512: 47f3c8693dfc79bf2d38176ee015efe8c1a1539b95f9e0eb3db7693e4ef39222ad2b5cb44d55042ca1eb4288ba5e486068f66c054ff0a59e989b6cdc8e4461f6
2 parents b0222bb + ebb6cd8 commit 98ad249

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/psbt.md

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ hardware implementations will typically implement multiple roles simultaneously.
6767
input a PSBT, adds UTXO, key, and script data to inputs and outputs that miss
6868
it, and optionally signs inputs. Where possible it also finalizes the partial
6969
signatures.
70+
- **`descriptorprocesspsbt` (Updater, Signer, Finalizer)** is a node RPC that takes
71+
as input a PSBT and a list of descriptors. It updates SegWit inputs with
72+
information available from the UTXO set and the mempool and signs the inputs using
73+
the provided descriptors. Where possible it also finalizes the partial signatures.
7074
- **`utxoupdatepsbt` (Updater)** is a node RPC that takes a PSBT and updates it
7175
to include information available from the UTXO set (works only for SegWit
7276
inputs).

0 commit comments

Comments
 (0)