Skip to content

Commit

Permalink
readd vec after weird build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-chainflip committed Sep 27, 2023
1 parent f02d229 commit d78bd3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion state-chain/pallets/cf-lp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ use cf_traits::{
impl_pallet_safe_mode, liquidity::LpBalanceApi, AccountRoleRegistry, Chainflip, DepositApi,
EgressApi,
};
use frame_support::{pallet_prelude::*, sp_runtime::DispatchResult, traits::OnRuntimeUpgrade};
use frame_support::{
dispatch::Vec, pallet_prelude::*, sp_runtime::DispatchResult, traits::OnRuntimeUpgrade,
};
use frame_system::pallet_prelude::*;
pub use pallet::*;

Expand Down

0 comments on commit d78bd3f

Please sign in to comment.