Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7764,10 +7764,10 @@ def crowd_refund(
"""
Refund contributors of a non-finalized crowdloan.

Any account may call this once the crowdloan is no longer wanted. Each call
refunds up to the on-chain `RefundContributorsLimit` contributors (currently
50) excluding the creator. Run it repeatedly until everyone except the creator
has been reimbursed.
Only the creator may call this. Each call refunds up to the on-chain `RefundContributorsLimit` contributors
(currently 50) excluding the creator. Run it repeatedly until everyone except the creator has been reimbursed.

Contributors can call `btcli crowdloan withdraw` at will.
"""
self.verbosity_handler(quiet, verbose, json_output)

Expand Down
Loading