Skip to content

Commit 47b2ea0

Browse files
committed
Fix missing import
Signed-off-by: linning <[email protected]>
1 parent fed5250 commit 47b2ea0

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/system/src/migrations

1 file changed

+1
-1
lines changed

substrate/frame/system/src/migrations/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! Migrate the reference counting state.
1919
2020
use super::LOG_TARGET;
21-
use crate::{Config, Events, Pallet, UnclearedEventCount};
21+
use crate::{Config, Events, EventSegments, Pallet, UnclearedEventCount};
2222
use codec::{Decode, Encode, FullCodec};
2323
use frame_support::{
2424
pallet_prelude::ValueQuery, traits::PalletInfoAccess, weights::Weight, Blake2_128Concat,

0 commit comments

Comments
 (0)