From 3bfd513d44f0578de66273e90a3750f5c906df76 Mon Sep 17 00:00:00 2001 From: bdhimes Date: Thu, 23 Oct 2025 18:55:33 +0200 Subject: [PATCH] Updates the help text of crownloan refund --- bittensor_cli/cli.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 220de3d40..a43cff4cc 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -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)