From ebb6cd82baf8406454b18afcb8ccb4e1dde0d43e Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Tue, 12 Nov 2024 14:53:10 +0100 Subject: [PATCH] doc: mention `descriptorprocesspsbt` in psbt.md --- doc/psbt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/psbt.md b/doc/psbt.md index 0f31cb8eba6..e5557183497 100644 --- a/doc/psbt.md +++ b/doc/psbt.md @@ -67,6 +67,10 @@ hardware implementations will typically implement multiple roles simultaneously. input a PSBT, adds UTXO, key, and script data to inputs and outputs that miss it, and optionally signs inputs. Where possible it also finalizes the partial signatures. +- **`descriptorprocesspsbt` (Updater, Signer, Finalizer)** is a node RPC that takes + as input a PSBT and a list of descriptors. It updates SegWit inputs with + information available from the UTXO set and the mempool and signs the inputs using + the provided descriptors. Where possible it also finalizes the partial signatures. - **`utxoupdatepsbt` (Updater)** is a node RPC that takes a PSBT and updates it to include information available from the UTXO set (works only for SegWit inputs).