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:
parent
33e698b774
commit
42940f6385
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user