diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index c10f1d6f5..23dccc4e3 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1877,7 +1877,6 @@ Run the following function: ```python def update_justification_and_finalization(state: BeaconState) -> None: - new_justified_epoch = state.justified_epoch # Rotate the justification bitfield up one epoch to make room for the current epoch state.justification_bitfield <<= 1