Skip to content

Commit

Permalink
Remove review marker for tdimitrov
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Jun 17, 2024
1 parent 5183904 commit 331a36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ impl pallet_staking::Config for Runtime {
type MaxControllersInDeprecationBatch = ConstU32<5169>;
type BenchmarkingConfig = polkadot_runtime_common::StakingBenchmarkingConfig;
type EventListeners = NominationPools;
type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy; // FAIL-CI @tdimitrov please check
type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy;
type WeightInfo = weights::pallet_staking::WeightInfo<Runtime>;
}

Expand Down
2 changes: 1 addition & 1 deletion relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ impl pallet_staking::Config for Runtime {
type MaxControllersInDeprecationBatch = ConstU32<5314>;
type BenchmarkingConfig = polkadot_runtime_common::StakingBenchmarkingConfig;
type EventListeners = NominationPools;
type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy; // FAIL-CI @tdimitrov please check
type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy;
type WeightInfo = weights::pallet_staking::WeightInfo<Runtime>;
}

Expand Down

0 comments on commit 331a36c

Please sign in to comment.