We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fae82 commit d1087f3Copy full SHA for d1087f3
runtime/common/src/migrations.rs
@@ -36,7 +36,7 @@ use pallet_parachain_staking::{Round, RoundIndex, RoundInfo};
36
use parity_scale_codec::{Decode, Encode};
37
use sp_consensus_slots::Slot;
38
use sp_core::Get;
39
-use sp_std::{marker::PhantomData, prelude::*};
+use sp_std::{marker::PhantomData, prelude::*, vec};
40
41
#[derive(Copy, Clone, PartialEq, Eq, Encode, Decode)]
42
pub struct OldRoundInfo<BlockNumber> {
0 commit comments