mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-28 02:03:32 +00:00
Epoch duties update
This commit is contained in:
@@ -16,5 +16,5 @@ pub trait BeaconNode: Send + Sync {
|
||||
&self,
|
||||
epoch: Epoch,
|
||||
pubkeys: &[PublicKey],
|
||||
) -> Result<Vec<Option<EpochDuties>>, BeaconNodeError>;
|
||||
) -> Result<EpochDuties, BeaconNodeError>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user