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

Commit

Permalink
todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed Nov 30, 2022
1 parent e2ff4f8 commit bdbdce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/parachains/src/disputes/slashing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ impl<T: Config> Pallet<T> {
fn initializer_on_new_session(session_index: SessionIndex) {
// This should be small, as disputes are limited by spam slots, so no limit is
// fine.
// TODO: without spam slots is this still valid?
const REMOVE_LIMIT: u32 = u32::MAX;

let config = <crate::configuration::Pallet<T>>::config();
Expand Down

0 comments on commit bdbdce4

Please sign in to comment.