add get_type method to PendingAccount
This commit is contained in:
@@ -95,6 +95,9 @@ class PendingAccount(Account):
|
|||||||
def get_master_pubkeys(self):
|
def get_master_pubkeys(self):
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
def get_type(self):
|
||||||
|
return _('pending')
|
||||||
|
|
||||||
class ImportedAccount(Account):
|
class ImportedAccount(Account):
|
||||||
def __init__(self, d):
|
def __init__(self, d):
|
||||||
self.keypairs = d['imported']
|
self.keypairs = d['imported']
|
||||||
|
|||||||
Reference in New Issue
Block a user