mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 23:08:23 +00:00
Remove stupid GLOAS comments
This commit is contained in:
@@ -4855,8 +4855,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
return Err(Box::new(DoNotReOrg::NotProposing.into()));
|
||||
}
|
||||
|
||||
// TODO(gloas): reorg weight logic needs updating for GLOAS. For now use
|
||||
// total weight which is correct for pre-GLOAS and conservative for post-GLOAS.
|
||||
// TODO(gloas): reorg weight logic needs updating for Gloas. For now use
|
||||
// total weight which is correct for pre-Gloas and conservative for post-Gloas.
|
||||
let head_weight = info.head_node.weight();
|
||||
let parent_weight = info.parent_node.weight();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user