aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2019-07-04 08:06:03 -0400
committerJohn Newbery <john@johnnewbery.com>2019-07-05 10:47:01 +0100
commit91cc18f602fe2ff7fe47335a8e1e7734895a19d9 (patch)
tree4916d04e8e08d34fbaaaa82b07cf646ec96cf2a6 /doc
parent3b11420b3c91f731b03805a39e48ee32e54484a2 (diff)
downloadbitcoin-91cc18f602fe2ff7fe47335a8e1e7734895a19d9.tar.xz
[docs] Add release notes for PR 15427
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-15427.md9
1 files changed, 9 insertions, 0 deletions
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.