regenerate api docs

This commit is contained in:
Lex Berezhny 2019-08-12 01:26:42 -04:00
parent 0d6248fbeb
commit 1c941a355b
2 changed files with 187 additions and 125 deletions

File diff suppressed because one or more lines are too long

View file

@ -1462,7 +1462,7 @@ class Daemon(metaclass=JSONRPCServerType):
(bool) true, if address is associated with current wallet
"""
account = self.get_account_or_default(account_id)
match = await self.ledger.db.get_address(address=address, account=account)
match = await self.ledger.db.get_address(address=address, accounts=[account])
if match is not None:
return True
return False