Skip to content

Commit 0736b0b

Browse files
committed
fix comment
1 parent cef1fcc commit 0736b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/crowdloan/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ pub mod pallet {
619619
Ok(())
620620
}
621621

622-
/// Refund a crowdloan that has not reached the cap and has ended.
622+
/// Refund contributors of a non-finalized crowdloan.
623623
///
624624
/// The call will try to refund all contributors (excluding the creator) up to the limit defined by the `RefundContributorsLimit`.
625625
/// If the limit is reached, the call will stop and the crowdloan will be marked as partially refunded.

0 commit comments

Comments
 (0)