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