Skip to content

Commit 52369a5

Browse files
author
dio-will
committed
Fix chore
1 parent e18b463 commit 52369a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/crowdloans/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ pub mod pallet {
18431843
// withdrawn the contribution
18441844
T::Assets::mint_into(T::RelayCurrency::get(), &who, amount)?;
18451845

1846-
Vaults::<T>::insert((&crowdloan, &lease_start, &lease_end), vault);
1846+
// Vaults::<T>::insert((&crowdloan, &lease_start, &lease_end), vault);
18471847

18481848
Self::deposit_event(Event::<T>::VaultRedeemed(
18491849
crowdloan,

0 commit comments

Comments
 (0)