mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Get serai-node to compile again
This commit is contained in:
@@ -301,6 +301,12 @@ mod pallet {
|
||||
requirement
|
||||
}
|
||||
|
||||
pub fn selected_validators(
|
||||
set: ValidatorSet,
|
||||
) -> impl Iterator<Item = (Public, KeySharesStruct)> {
|
||||
Abstractions::<T>::selected_validators(set)
|
||||
}
|
||||
|
||||
/* TODO
|
||||
pub fn distribute_block_rewards(
|
||||
network: NetworkId,
|
||||
|
||||
Reference in New Issue
Block a user