1
0

fix: pending accounts

This commit is contained in:
ThomasV
2014-05-02 11:19:02 +02:00
parent fdf8697e58
commit 2a938ad516
2 changed files with 9 additions and 5 deletions

View File

@@ -57,6 +57,9 @@ class PendingAccount(Account):
def has_change(self):
return False
def dump(self):
return {'pending':self.addresses[0]}
class ImportedAccount(Account):
def __init__(self, d):
self.addresses = d.keys()