From 22a9c726ecef298a2eff978ea3d138695e381d5a Mon Sep 17 00:00:00 2001 From: terence Date: Fri, 19 Apr 2024 16:30:04 -0700 Subject: [PATCH] Fix `ExecutionLayerWithdrawalRequest` container to also imply it's for EIP7002 --- specs/electra/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/electra/beacon-chain.md b/specs/electra/beacon-chain.md index ca04ae6a8c..262401f0e6 100644 --- a/specs/electra/beacon-chain.md +++ b/specs/electra/beacon-chain.md @@ -229,7 +229,7 @@ class PendingPartialWithdrawal(Container): ``` #### `ExecutionLayerWithdrawalRequest` -*Note*: The container is new in EIP7251. +*Note*: The container is new in EIP7251:EIP7002. ```python class ExecutionLayerWithdrawalRequest(Container):