enable plugin for trezor wallet

This commit is contained in:
m0mchil 2014-07-12 20:19:04 +03:00
parent 294de5504f
commit f518be4346
1 changed files with 1 additions and 1 deletions

View File

@ -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