1
0

detect if wallet can sign tx before showing sign button

This commit is contained in:
ThomasV
2014-06-24 13:22:10 +02:00
parent b32d0c77a3
commit 2c7bf3ca1a
4 changed files with 72 additions and 34 deletions

View File

@@ -75,6 +75,8 @@ class PendingAccount(Account):
def get_name(self, k):
return _('Pending account')
def get_master_pubkeys(self):
return []
class ImportedAccount(Account):
def __init__(self, d):