Update lmd_ghost algorithms to use get_deserialized.

This commit is contained in:
Age Manning
2019-02-13 18:52:37 +11:00
parent cb9f24224d
commit 6cf332c679
3 changed files with 16 additions and 21 deletions

View File

@@ -112,7 +112,7 @@ pub enum ForkChoiceAlgorithms {
/// A simple and highly inefficient implementation of LMD ghost.
SlowLMDGhost,
/// An optimised version of LMD-GHOST by Vitalik.
OptimmisedLMDGhost,
OptimisedLMDGhost,
/// An optimised version of LMD-GHOST by Protolambda.
ProtoLMDGhost,
}