look in all accounts for certificates
This commit is contained in:
parent
b783b4daed
commit
a42bf67800
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class LbryWalletManager(BaseWalletManager):
|
|||
return self.default_account.get_channels()
|
||||
|
||||
def get_certificates(self, name):
|
||||
return self.db.get_certificates(name, [self.default_account], exclude_without_key=True)
|
||||
return self.db.get_certificates(name, self.accounts, exclude_without_key=True)
|
||||
|
||||
def update_peer_address(self, peer, address):
|
||||
pass # TODO: Data payments is disabled
|
||||
|
|
Loading…
Reference in a new issue