We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef1fcc commit 0736b0bCopy full SHA for 0736b0b
pallets/crowdloan/src/lib.rs
@@ -619,7 +619,7 @@ pub mod pallet {
619
Ok(())
620
}
621
622
- /// Refund a crowdloan that has not reached the cap and has ended.
+ /// Refund contributors of a non-finalized crowdloan.
623
///
624
/// The call will try to refund all contributors (excluding the creator) up to the limit defined by the `RefundContributorsLimit`.
625
/// If the limit is reached, the call will stop and the crowdloan will be marked as partially refunded.
0 commit comments