Skip to content

Commit

Permalink
Fix chore
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-will committed Jun 10, 2024
1 parent e18b463 commit 52369a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/crowdloans/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,7 @@ pub mod pallet {
// withdrawn the contribution
T::Assets::mint_into(T::RelayCurrency::get(), &who, amount)?;

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

Self::deposit_event(Event::<T>::VaultRedeemed(
crowdloan,
Expand Down

0 comments on commit 52369a5

Please sign in to comment.