regenerate api docs
This commit is contained in:
parent
0d6248fbeb
commit
1c941a355b
2 changed files with 187 additions and 125 deletions
File diff suppressed because one or more lines are too long
|
@ -1462,7 +1462,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
(bool) true, if address is associated with current wallet
|
(bool) true, if address is associated with current wallet
|
||||||
"""
|
"""
|
||||||
account = self.get_account_or_default(account_id)
|
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:
|
if match is not None:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue