Browse Source

fix: get_action

283
ThomasV 9 years ago
parent
commit
494d7faa22
  1. 2
      plugins/trustedcoin/trustedcoin.py

2
plugins/trustedcoin/trustedcoin.py

@ -456,6 +456,8 @@ class TrustedCoinPlugin(BasePlugin):
@hook
def get_action(self, storage):
if storage.get('wallet_type') != '2fa':
return
if not storage.get('x1/'):
return self, 'show_disclaimer'
if not storage.get('x2/'):

Loading…
Cancel
Save