Skip to content

Commit 0ed80ff

Browse files
committed
Remove resolved FIXME
1 parent 645c869 commit 0ed80ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

consensus/types/src/beacon_state.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,6 @@ impl<E: EthSpec> BeaconState<E> {
10211021
});
10221022
}
10231023

1024-
// FIXME(sproul): double check fulu enabled condition, which epoch should we check?
10251024
if spec.fork_name_at_epoch(epoch).fulu_enabled() {
10261025
// Post-Fulu we must never compute proposer indices using insufficient lookahead. This
10271026
// would be very dangerous as it would lead to conflicts between the *true* proposer as

0 commit comments

Comments
 (0)