Skip to content
Merged
Prev Previous commit
Next Next commit
one more
  • Loading branch information
kostekIV committed Nov 24, 2022
commit 5ecc697ef2fc51a0ca2de4794cf3db2469347297
2 changes: 2 additions & 0 deletions pallets/aleph/src/migrations/v1_to_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use frame_support::{
#[cfg(feature = "try-runtime")]
use pallets_support::ensure_storage_version;
use pallets_support::StorageMigration;
#[cfg(feature = "try-runtime")]
use sp_std::vec::Vec;

use crate::Config;

Expand Down