Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Jul 17, 2024
1 parent c312673 commit 7c09edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/parameters/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ pub mod module {
ensure!(total_signers >= threshold, Error::<T>::ThresholdGreaterThenSigners);
ensure!(threshold > 0, Error::<T>::ThrehsoldTooLow);
let signer_info = SignersSize { total_signers, threshold };
// TODO: add checks to make sure threshold is not bigger then signature size
SignersInfo::<T>::put(&signer_info);
Self::deposit_event(Event::SignerInfoChanged { signer_info });
Ok(())
Expand Down

0 comments on commit 7c09edf

Please sign in to comment.