diff --git a/plugins/trustedcoin/trustedcoin.py b/plugins/trustedcoin/trustedcoin.py index 84940472e..5652dcc01 100644 --- a/plugins/trustedcoin/trustedcoin.py +++ b/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/'):