mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 15:09:35 -05:00
Explain why we clear the bip32_derivation
map
This commit is contained in:
parent
acfd2dd6bb
commit
1d0d38cd48
@ -353,6 +353,8 @@ where
|
||||
change_override,
|
||||
) {
|
||||
change.script_pubkey = change_override.script_pubkey();
|
||||
// Might be populated based on the previously set change address, but for the
|
||||
// overwrite we don't know unless we ask the user for more information.
|
||||
psbt_output.bip32_derivation.clear();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user