mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
MAX_VALIDATORS_PER_SET -> MAX_KEY_SHARES_PER_SET
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user