1
0

Create is_pairable() function and use it.

Fixes #1653.
This commit is contained in:
Neil Booth
2016-01-29 19:26:05 +09:00
parent b599172657
commit 412e2a8d2c
2 changed files with 4 additions and 1 deletions

View File

@@ -376,7 +376,7 @@ class DeviceMgr(PrintError):
info = self.select_device(wallet, plugin, devices)
if info:
client = self.client_lookup(info.device.id_)
if client and not client.features.bootloader_mode:
if client and client.is_pairable():
# See comment above for same code
client.handler = wallet.handler
# This will trigger a PIN/passphrase entry request