mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
fixup
This commit is contained in:
parent
b89916a3d7
commit
f72b07d0f4
1 changed files with 1 additions and 1 deletions
|
@ -3431,7 +3431,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
if not channel_url:
|
if not channel_url:
|
||||||
continue
|
continue
|
||||||
resolve_response = await self.resolve([channel_url])
|
resolve_response = await self.resolve([channel_url])
|
||||||
if 'error' not in resolve_response[channel_url]:
|
if isinstance(resolve_response[channel_url], Output):
|
||||||
comment['is_channel_signature_valid'] = is_comment_signed_by_channel(
|
comment['is_channel_signature_valid'] = is_comment_signed_by_channel(
|
||||||
comment, resolve_response[channel_url]
|
comment, resolve_response[channel_url]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue