mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 21:19:24 +00:00
Replace panicking todos with stubs and // TODO
Enables progress.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user