mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-15 18:12:53 +00: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_override,
|
||||||
) {
|
) {
|
||||||
change.script_pubkey = change_override.script_pubkey();
|
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();
|
psbt_output.bip32_derivation.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user