fix: drop connections to hws in share xpub panel

Use needs to be able to start new connections
in the register descriptor step.
This commit is contained in:
edouard 2023-02-04 18:24:15 +01:00
parent 33e698b774
commit 42940f6385

View File

@ -910,6 +910,8 @@ impl Step for ParticipateXpub {
fn apply(&mut self, ctx: &mut Context) -> bool {
ctx.bitcoin_config.network = self.network;
// Drop connections to hardware wallets.
self.xpubs_hw = Vec::new();
true
}