1
0

qt: fix address dialog

(was showing full history, not just for addr)
This commit is contained in:
SomberNight
2019-09-21 18:48:44 +02:00
parent a1d7d39f68
commit 6a32187f01
4 changed files with 22 additions and 10 deletions

View File

@@ -430,7 +430,7 @@ class AddressSynchronizer(Logger):
return f
@with_local_height_cached
def get_history(self, domain=None) -> Sequence[HistoryItem]:
def get_history(self, *, domain=None) -> Sequence[HistoryItem]:
# get domain
if domain is None:
domain = self.get_addresses()