Skip to content

Commit 698650c

Browse files
gballetmkalinin
andcommitted
add a comment to pinpoint the new, verge-related fields
Co-authored-by: Mikhail Kalinin <[email protected]>
1 parent 8fc37ca commit 698650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/verge/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ExecutionPayload(Container):
7979
block_hash: Hash32 # Hash of execution block
8080
# Extra payload field
8181
transactions: List[Transaction, MAX_TRANSACTIONS_PER_PAYLOAD]
82-
execution_witness: ExecutionWitness
82+
execution_witness: ExecutionWitness # [New in Verge]
8383
```
8484

8585
#### `ExecutionPayloadHeader`

0 commit comments

Comments
 (0)