From 7570fd155503a45d27c2be95d23ab3263d81dc48 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 2 Apr 2026 14:10:11 +1100 Subject: [PATCH] Remove comment --- consensus/proto_array/src/proto_array.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/consensus/proto_array/src/proto_array.rs b/consensus/proto_array/src/proto_array.rs index faaf675565..20554c963e 100644 --- a/consensus/proto_array/src/proto_array.rs +++ b/consensus/proto_array/src/proto_array.rs @@ -1069,9 +1069,6 @@ impl ProtoArray { }); } - // In the post-Gloas world, always use a virtual tree walk. - // - // Best child/best descendant is dead. let best_fc_node = self.find_head_walk::( justified_index, current_slot,