From fa4a10371237ad39e167961cb2bb4a3747a539fb Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 22 May 2023 08:07:43 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hsiao-Wei Wang --- specs/_features/eip7045/fork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/_features/eip7045/fork.md b/specs/_features/eip7045/fork.md index 42b14b170..152d09f62 100644 --- a/specs/_features/eip7045/fork.md +++ b/specs/_features/eip7045/fork.md @@ -66,7 +66,7 @@ Note that for the pure EIP7045 networks, we don't apply `upgrade_to_eip7045` sin ### Upgrading the state -If `state.slot % SLOTS_PER_EPOCH == 0` and `compute_epoch_at_slot(state.slot) == EIP7045_FORK_EPOCH, +If `state.slot % SLOTS_PER_EPOCH == 0` and `compute_epoch_at_slot(state.slot) == EIP7045_FORK_EPOCH`, an irregular state change is made to upgrade to EIP7045. ```python