From 4287340401ad9f83c01cdae9150766f9433fcc5a Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Fri, 5 Apr 2024 11:17:53 -0600 Subject: [PATCH] typo: text of electra validator guide --- specs/electra/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/electra/validator.md b/specs/electra/validator.md index c572e9391..623041f52 100644 --- a/specs/electra/validator.md +++ b/specs/electra/validator.md @@ -30,7 +30,7 @@ Please see related Beacon Chain doc before continuing and use them as a referenc ### Deposits -*[New in Electra:EIP6110* The expected number of deposits MUST be changed from `min(MAX_DEPOSITS, eth1_data.deposit_count - state.eth1_deposit_index)` to the result of the following function: +*[New in Electra:EIP6110]* The expected number of deposits MUST be changed from `min(MAX_DEPOSITS, eth1_data.deposit_count - state.eth1_deposit_index)` to the result of the following function: ```python def get_eth1_pending_deposit_count(state: BeaconState) -> uint64: