Merge pull request #3410 from belikor/fix-docstring

jsonrpc_support_sum: remove the + signs from the docstring
This commit is contained in:
Lex Berezhny 2021-09-01 10:05:17 -04:00 committed by GitHub
commit 72049afcf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2311,9 +2311,9 @@ class Daemon(metaclass=JSONRPCServerType):
async def jsonrpc_support_sum(self, claim_id, new_sdk_server, include_channel_content=False, **kwargs):
"""
List total staked supports for a claim, grouped by the channel that signed the support.
+
+ If claim_id is a channel claim, you can use --include_channel_content to also include supports for
+ content claims in the channel.
If claim_id is a channel claim, you can use --include_channel_content to also include supports for
content claims in the channel.
!!!! NOTE: PAGINATION DOES NOT DO ANYTHING AT THE MOMENT !!!!!