Issue Details
- Number
- 30294
- Title
- Setting `bip32derivs` to `false` with `walletprocesspsbt` includes `bip32_derivs` for outputs.
- Description
- ### Please describe the feature you'd like to see added.
I'd like an option to remove the `bip32derivs` from outputs as well as inputs when calling `walletprocesspsbt`.
### Is your feature related to a problem, if so please describe it.
I am using Bitcoin Core to create psbt's which are meant to be passed around to multiple users for collaborative transactions. I want to leak as little data as possible. When I set `bip32derivs` to `false` with `walletprocesspsbt` it does not remove the `bip32derivs` for outputs.
### Describe the solution you'd like
I would like to be able to specify whether or not `bip32derivs` are included in outputs with `walletprocesspsbt`.
### Describe any alternatives you've considered
_No response_
### Please leave any additional context
_No response_
- URL
-
https://github.com/bitcoin/bitcoin/issue/30294
- Closed by
-
#30341
Back to List