rebased oleg's PR. closes #2446

This commit is contained in:
Alex Grintsvayg 2019-09-17 11:04:31 -04:00
parent b7c2054a66
commit 1791d8e4ee
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -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,
} }