forked from LBRYCommunity/lbry-sdk
publish with certificates fix
This commit is contained in:
parent
c38b463bf6
commit
b783b4daed
1 changed files with 1 additions and 1 deletions
|
@ -2308,7 +2308,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
|
|
||||||
certificate = None
|
certificate = None
|
||||||
if channel_name:
|
if channel_name:
|
||||||
certificates = yield self.default_wallet.get_certificates(channel_name)
|
certificates = yield self.wallet_manager.get_certificates(channel_name)
|
||||||
for cert in certificates:
|
for cert in certificates:
|
||||||
if cert.claim_id == channel_id:
|
if cert.claim_id == channel_id:
|
||||||
certificate = cert
|
certificate = cert
|
||||||
|
|
Loading…
Add table
Reference in a new issue