1
0

master privae keys dialog

This commit is contained in:
ThomasV
2013-10-01 17:33:39 +02:00
parent a8ad85de68
commit 5136e59e14
3 changed files with 47 additions and 22 deletions

View File

@@ -333,6 +333,10 @@ class Wallet:
self.master_private_keys.pop(k)
self.storage.put('master_private_keys', self.master_private_keys, True)
def is_watching_only(self):
return (self.seed == '') and (self.master_private_keys == {})
def account_id(self, account_type, i):
if account_type == '1':