diff --git a/gui/src/installer/step/descriptor.rs b/gui/src/installer/step/descriptor.rs index 0700876d..d9bdd17e 100644 --- a/gui/src/installer/step/descriptor.rs +++ b/gui/src/installer/step/descriptor.rs @@ -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 }