MAX_VALIDATORS_PER_SET -> MAX_KEY_SHARES_PER_SET

This commit is contained in:
Luke Parker
2023-10-13 00:50:07 -04:00
parent ed7300b406
commit 013a0cddfc
3 changed files with 10 additions and 10 deletions

View File

@@ -143,7 +143,7 @@ parameter_types! {
NORMAL_DISPATCH_RATIO,
);
pub const MaxAuthorities: u32 = validator_sets::primitives::MAX_VALIDATORS_PER_SET;
pub const MaxAuthorities: u32 = validator_sets::primitives::MAX_KEY_SHARES_PER_SET;
}
pub struct CallFilter;