qt: fix address dialog
(was showing full history, not just for addr)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user