forked from LBRYCommunity/lbry-sdk
rebased oleg's PR. closes #2446
This commit is contained in:
parent
b7c2054a66
commit
1791d8e4ee
1 changed files with 1 additions and 1 deletions
|
@ -3622,7 +3622,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
}
|
||||
"""
|
||||
comment_body = {
|
||||
'comment': comment,
|
||||
'comment': comment.strip(),
|
||||
'claim_id': claim_id,
|
||||
'parent_id': parent_id,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue