mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Add new fns to ForkChoice and SlotClock
This commit is contained in:
@@ -82,7 +82,7 @@ impl BlockProcessingOutcome {
|
||||
pub trait BeaconChainTypes {
|
||||
type Store: store::Store;
|
||||
type SlotClock: slot_clock::SlotClock;
|
||||
type ForkChoice: fork_choice::ForkChoice;
|
||||
type ForkChoice: fork_choice::ForkChoice<Self::Store>;
|
||||
type EthSpec: types::EthSpec;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user