From 91cc18f602fe2ff7fe47335a8e1e7734895a19d9 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 4 Jul 2019 08:06:03 -0400 Subject: [docs] Add release notes for PR 15427 --- doc/release-notes-15427.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/release-notes-15427.md (limited to 'doc') diff --git a/doc/release-notes-15427.md b/doc/release-notes-15427.md new file mode 100644 index 0000000000..25edfd4402 --- /dev/null +++ b/doc/release-notes-15427.md @@ -0,0 +1,9 @@ +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. -- cgit v1.2.3