1
0

more trustedcoin fixes

This commit is contained in:
ThomasV
2016-09-02 10:58:54 +02:00
parent 2baf8e2079
commit 36c90502ae
2 changed files with 2 additions and 14 deletions

View File

@@ -194,7 +194,7 @@ class Wallet_2fa(Multisig_Wallet):
self.billing_info = None
def can_sign_without_server(self):
return not self.keystores.get('x2/').is_watching_only()
return not self.keystores['x2/'].is_watching_only()
def get_user_id(self):
return get_user_id(self.storage)