diff --git a/eth2/fork_choice/tests/tests.rs b/eth2/fork_choice/tests/tests.rs index 01627eb737..0bebe6a775 100644 --- a/eth2/fork_choice/tests/tests.rs +++ b/eth2/fork_choice/tests/tests.rs @@ -1,4 +1,4 @@ -// Tests the optimised LMD Ghost Algorithm +// Tests the available fork-choice algorithms extern crate beacon_chain; extern crate bls;