Browse Source

enable plugin for trezor wallet

283
m0mchil 11 years ago
parent
commit
f518be4346
  1. 2
      plugins/trezor.py

2
plugins/trezor.py

@ -51,7 +51,7 @@ class Plugin(BasePlugin):
if not self.is_available():
return False
if not self.wallet:
if not self.wallet or self.wallet.storage.get('wallet_type') == 'trezor':
return True
return self.wallet.storage.get('use_' + self.name) is True

Loading…
Cancel
Save