mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Removes protolambda as an option of fork-choice.
This commit is contained in:
@@ -44,7 +44,7 @@ extern crate types;
|
|||||||
|
|
||||||
pub mod longest_chain;
|
pub mod longest_chain;
|
||||||
pub mod optimised_lmd_ghost;
|
pub mod optimised_lmd_ghost;
|
||||||
pub mod protolambda_lmd_ghost;
|
//pub mod protolambda_lmd_ghost;
|
||||||
pub mod slow_lmd_ghost;
|
pub mod slow_lmd_ghost;
|
||||||
|
|
||||||
use db::stores::BeaconBlockAtSlotError;
|
use db::stores::BeaconBlockAtSlotError;
|
||||||
@@ -113,6 +113,7 @@ pub enum ForkChoiceAlgorithms {
|
|||||||
SlowLMDGhost,
|
SlowLMDGhost,
|
||||||
/// An optimised version of LMD-GHOST by Vitalik.
|
/// An optimised version of LMD-GHOST by Vitalik.
|
||||||
OptimisedLMDGhost,
|
OptimisedLMDGhost,
|
||||||
/// An optimised version of LMD-GHOST by Protolambda.
|
// Protolambda currently not implemented
|
||||||
ProtoLMDGhost,
|
// /// An optimised version of LMD-GHOST by Protolambda.
|
||||||
|
//ProtoLMDGhost,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user