Skip to content

Commit 0f7a0f4

Browse files
committed
fix root offences
1 parent 82d58e3 commit 0f7a0f4

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/root-offences/src

1 file changed

+1
-1
lines changed

substrate/frame/root-offences/src/mock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use frame_support::{
2727
derive_impl, parameter_types,
2828
traits::{ConstU32, ConstU64, OneSessionHandler},
2929
};
30-
use pallet_staking::StakerStatus;
30+
use pallet_staking::{BalanceOf, StakerStatus};
3131
use sp_runtime::{curve::PiecewiseLinear, testing::UintAuthorityId, traits::Zero, BuildStorage};
3232
use sp_staking::{EraIndex, SessionIndex};
3333

0 commit comments

Comments
 (0)