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 2652464 commit 919121bCopy full SHA for 919121b
pallets/crowdloan/src/lib.rs
@@ -645,7 +645,7 @@ pub mod pallet {
645
// Ensure the crowdloan is not finalized
646
ensure!(!crowdloan.finalized, Error::<T>::AlreadyFinalized);
647
648
- // Only the creator can dissolve the crowdloan
+ // Only the creator can refund the crowdloan
649
ensure!(who == crowdloan.creator, Error::<T>::InvalidOrigin);
650
651
let mut refunded_contributors: Vec<T::AccountId> = vec![];
0 commit comments