We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d58e3 commit 0f7a0f4Copy full SHA for 0f7a0f4
substrate/frame/root-offences/src/mock.rs
@@ -27,7 +27,7 @@ use frame_support::{
27
derive_impl, parameter_types,
28
traits::{ConstU32, ConstU64, OneSessionHandler},
29
};
30
-use pallet_staking::StakerStatus;
+use pallet_staking::{BalanceOf, StakerStatus};
31
use sp_runtime::{curve::PiecewiseLinear, testing::UintAuthorityId, traits::Zero, BuildStorage};
32
use sp_staking::{EraIndex, SessionIndex};
33
0 commit comments