Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix fast-unstake for accounts with slashing #12963

Merged
merged 11 commits into from
Dec 23, 2022
Prev Previous commit
Next Next commit
".git/.scripts/fmt.sh" 1
  • Loading branch information
command-bot committed Dec 18, 2022
commit 2ee07f77adc3aef0939234b973429e6e6abaf6af
4 changes: 2 additions & 2 deletions frame/staking/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5728,9 +5728,9 @@ fn scale_validator_count_errors() {

mod staking_interface {
use frame_support::storage::with_storage_layer;
use sp_staking::StakingInterface;
use sp_staking::StakingInterface;

use super::*;
use super::*;

#[test]
fn force_unstake_with_slash_works() {
Expand Down