Browse Source
Scenario: - 2of2 multisig wallet with device1 and device2 - disconnect all devices - open wallet file - fail all pairings at wallet-open - connect device2 - try to sign a tx At this point Electrum will try to find the device for keystore1 first, and there is only a single unpaired device: device2. Automatic pairing of keystore1 and device2 will fail, due to device id mismatching compared to what is persisted on disk for keystore1, so the user is prompted for manual selection. The selection dialog is somewhat confusing as it is not clear that the app is asking to select a device for keystore1. Pairing would fail, so the user is expected to cancel the dialog. If they cancel, keystore1 is skipped, and we try to pair for keystore2 now, and device2 will pair with it automatically. fixes https://github.com/spesmilo/electrum/issues/4199#issuecomment-1112552416patch-4
SomberNight
3 years ago
2 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue