Browse Source

trustedcoin: rm dead code

master
SomberNight 2 years ago
parent
commit
20d22d26b3
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 5
      electrum/plugins/trustedcoin/trustedcoin.py

5
electrum/plugins/trustedcoin/trustedcoin.py

@ -444,11 +444,6 @@ class TrustedCoinPlugin(BasePlugin):
self.wallet_class.plugin = self
self.requesting = False
@staticmethod
def is_valid_seed(seed):
t = seed_type(seed)
return is_any_2fa_seed_type(t)
def is_available(self):
return True

Loading…
Cancel
Save