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 e18b463 commit 52369a5Copy full SHA for 52369a5
pallets/crowdloans/src/lib.rs
@@ -1843,7 +1843,7 @@ pub mod pallet {
1843
// withdrawn the contribution
1844
T::Assets::mint_into(T::RelayCurrency::get(), &who, amount)?;
1845
1846
- Vaults::<T>::insert((&crowdloan, &lease_start, &lease_end), vault);
+ // Vaults::<T>::insert((&crowdloan, &lease_start, &lease_end), vault);
1847
1848
Self::deposit_event(Event::<T>::VaultRedeemed(
1849
crowdloan,
0 commit comments