Replace panicking todos with stubs and // TODO

Enables progress.
This commit is contained in:
Luke Parker
2022-10-21 21:14:05 -04:00
parent 5019f4cb65
commit 422f7e3e2f
3 changed files with 29 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ use tendermint_machine::ext::{BlockNumber, Round, Weights};
const VALIDATORS: usize = 1;
// TODO: Move to sp_session
pub(crate) struct TendermintWeights;
impl Weights for TendermintWeights {
type ValidatorId = u16;