1
0

HistoryWidget class; address history window

This commit is contained in:
ThomasV
2015-04-04 18:26:52 +02:00
parent 0a7b585b6c
commit b8a72180c7
5 changed files with 110 additions and 112 deletions

View File

@@ -714,9 +714,10 @@ class Abstract_Wallet(object):
self.add_transaction(tx_hash, tx, tx_height)
def get_history(self, account=None):
def get_history(self, domain=None):
# get domain
domain = self.get_account_addresses(account)
if domain is None:
domain = self.get_account_addresses(None)
hh = []
# 1. Get the history of each address in the domain