Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#31277: doc: mention descriptorprocesspsbt in …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
fanquake committed Nov 13, 2024
2 parents b0222bb + ebb6cd8 commit 98ad249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/psbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 98ad249

Please sign in to comment.