1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00
bitcoin/doc/release-notes-15427.md
2019-07-05 10:47:01 +01:00

10 lines
364 B
Markdown

Updated RPCs
------------
The `utxoupdatepsbt` RPC method has been updated to take a `descriptors`
argument. When provided, input and output scripts and keys will be filled in
when known, and P2SH-witness inputs will be filled in from the UTXO set when a
descriptor is provided that shows they're spending segwit outputs.
See the RPC help text for full details.