1
0

fix: num_accounts should return only confirmed bip32 accounts

This commit is contained in:
ThomasV
2014-05-05 12:17:25 +02:00
parent fa4c2b96d7
commit 7f67b36a19
2 changed files with 7 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ class PendingAccount(Account):
def dump(self):
return {'pending':self.addresses[0]}
def get_name(self):
def get_name(self, k):
return _('Pending account')