[rpc] set default bip32derivs to true for psbt methods

This commit is contained in:
Sjors Provoost
2019-10-26 12:03:38 +02:00
parent e9f73b839a
commit 29a21c9061
3 changed files with 9 additions and 5 deletions

View File

@@ -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`.