forked from LBRYCommunity/lbry-sdk
Merge pull request #2286 from osilkin98/2279-fix
Fixes corner case on comment validation for pending channel
This commit is contained in:
commit
4f208b6b31
1 changed files with 14 additions and 13 deletions
|
@ -19,6 +19,7 @@ def get_encoded_signature(signature):
|
|||
|
||||
|
||||
def is_comment_signed_by_channel(comment: dict, channel: Output):
|
||||
if type(channel) is Output:
|
||||
try:
|
||||
pieces = [
|
||||
comment['signing_ts'].encode(),
|
||||
|
|
Loading…
Reference in a new issue