From 6f74ffc7e6967be56637b567c2e032fdc60baa6b Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 19 Feb 2019 23:20:45 +1100 Subject: [PATCH] Correct minor comment. --- eth2/fork_choice/tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;