aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-10-26 12:03:38 +0200
committerSjors Provoost <sjors@sprovoost.nl>2019-10-26 12:03:38 +0200
commit29a21c90610aed88b796a7a5900e42e9048b990e (patch)
tree6b1abacd5c13f0f39a7144369a9d7a9361275938 /doc
parente9f73b839ad9732d7c8f2f4fcbf6ef8eaa267fa3 (diff)
downloadbitcoin-29a21c90610aed88b796a7a5900e42e9048b990e.tar.xz
[rpc] set default bip32derivs to true for psbt methods
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-17264.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-17264.md b/doc/release-notes-17264.md
new file mode 100644
index 0000000000..f6e0979596
--- /dev/null
+++ b/doc/release-notes-17264.md
@@ -0,0 +1,4 @@
+Updated RPCs
+------------
+
+- `walletprocesspsbt` and `walletcreatefundedpsbt` now include BIP 32 derivation paths by default for public keys if we know them. This can be disabled by setting `bip32derivs` to `false`.