mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-27 15:31:29 +00:00
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_body = {
|
||||||
'comment': comment,
|
'comment': comment.strip(),
|
||||||
'claim_id': claim_id,
|
'claim_id': claim_id,
|
||||||
'parent_id': parent_id,
|
'parent_id': parent_id,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue