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

Commit

Permalink
Update TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed Dec 1, 2022
1 parent 98143b6 commit 79ad32c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/parachains/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pub struct HostConfiguration<BlockNumber> {
/// How long after dispute conclusion to accept statements.
pub dispute_post_conclusion_acceptance_period: BlockNumber,
/// The maximum number of dispute spam slots
/// TODO: Should be removed in next version
/// TODO: This will be removed once https://github.com/paritytech/polkadot/pull/6271 is merged
pub dispute_max_spam_slots: u32,
/// How long it takes for a dispute to conclude by time-out, if no supermajority is reached.
pub dispute_conclusion_by_time_out_period: BlockNumber,
Expand Down
1 change: 0 additions & 1 deletion runtime/parachains/src/disputes/slashing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ 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 79ad32c

Please sign in to comment.