We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed5250 commit 47b2ea0Copy full SHA for 47b2ea0
substrate/frame/system/src/migrations/mod.rs
@@ -18,7 +18,7 @@
18
//! Migrate the reference counting state.
19
20
use super::LOG_TARGET;
21
-use crate::{Config, Events, Pallet, UnclearedEventCount};
+use crate::{Config, Events, EventSegments, Pallet, UnclearedEventCount};
22
use codec::{Decode, Encode, FullCodec};
23
use frame_support::{
24
pallet_prelude::ValueQuery, traits::PalletInfoAccess, weights::Weight, Blake2_128Concat,
0 commit comments