1
0

store invoices in a separate file, with their status

This commit is contained in:
ThomasV
2014-11-11 11:08:25 +01:00
parent 3bac924303
commit 036f96cf35
4 changed files with 140 additions and 112 deletions

View File

@@ -171,7 +171,6 @@ class Abstract_Wallet(object):
self.imported_keys = self.storage.get('imported_keys',{})
self.load_accounts()
self.load_transactions()
# spv
@@ -221,6 +220,7 @@ class Abstract_Wallet(object):
self.history = {}
self.save_transactions()
# wizard action
def get_action(self):
pass