Skip to content

Commit

Permalink
jsonrpc_support_sum: remove the + signs from the docstring
Browse files Browse the repository at this point in the history
These symbols came from 0a0ac3b and were probably added
accidentally to the beginning of the line by copying and pasting
some diffs.
  • Loading branch information
belikor committed Aug 25, 2021
1 parent 268decd commit d26c06d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lbry/extras/daemon/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2311,9 +2311,9 @@ def jsonrpc_claim_list(self, claim_type=None, **kwargs):
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 !!!!!
Expand Down

0 comments on commit d26c06d

Please sign in to comment.