self.storage.put('gap_limit',20,False)#obey BIP44 gap limit of 20
self.use_encryption=False
@ -133,6 +133,8 @@ class TrezorWallet(NewWallet):
d=HidTransport.enumerate()[0]
self.transport=HidTransport(d)
except:
d=QDialog()
QMessageBox.warning(d,_('Warning'),_('Could not connect to your Trezor. Please verify the cable is connected and that no other app is using it.'),_('OK'))