From 698650cd19e6f8852df02bea890108c0c9a73d4f Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:19:46 +0100 Subject: [PATCH] add a comment to pinpoint the new, verge-related fields Co-authored-by: Mikhail Kalinin --- specs/verge/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/verge/beacon-chain.md b/specs/verge/beacon-chain.md index e23b45822..072a7461b 100644 --- a/specs/verge/beacon-chain.md +++ b/specs/verge/beacon-chain.md @@ -79,7 +79,7 @@ class ExecutionPayload(Container): block_hash: Hash32 # Hash of execution block # Extra payload field transactions: List[Transaction, MAX_TRANSACTIONS_PER_PAYLOAD] - execution_witness: ExecutionWitness + execution_witness: ExecutionWitness # [New in Verge] ``` #### `ExecutionPayloadHeader`