Rename validators to select_validators

This commit is contained in:
Luke Parker
2023-10-11 17:23:09 -04:00
parent 2401266374
commit f692047b8b
2 changed files with 5 additions and 8 deletions

View File

@@ -418,7 +418,7 @@ pub mod pallet {
}
}
pub fn validators(network: NetworkId) -> Vec<Public> {
pub fn select_validators(network: NetworkId) -> Vec<Public> {
Self::participants(network).into()
}