Browse Source

trustedcoin: fix keystore name (follow-up 56e80c20d7)

master
ThomasV 2 years ago
parent
commit
0a732a0b52
  1. 2
      electrum/plugins/trustedcoin/trustedcoin.py

2
electrum/plugins/trustedcoin/trustedcoin.py

@ -285,7 +285,7 @@ class Wallet_2fa(Multisig_Wallet):
self._billing_addresses_set.add(addr)
def can_sign_without_server(self):
return not self.keystores['x2/'].is_watching_only()
return not self.keystores['x2'].is_watching_only()
def get_user_id(self):
return get_user_id(self.db)

Loading…
Cancel
Save