Skip to content

Commit 919121b

Browse files
committed
fix comment
1 parent 2652464 commit 919121b

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
@@ -645,7 +645,7 @@ pub mod pallet {
645645
// Ensure the crowdloan is not finalized
646646
ensure!(!crowdloan.finalized, Error::<T>::AlreadyFinalized);
647647

648-
// Only the creator can dissolve the crowdloan
648+
// Only the creator can refund the crowdloan
649649
ensure!(who == crowdloan.creator, Error::<T>::InvalidOrigin);
650650

651651
let mut refunded_contributors: Vec<T::AccountId> = vec![];

0 commit comments

Comments
 (0)