Skip to content

Commit c10d2ba

Browse files
Typo: missing end of a parenthesis in blocks page
Typo: missing end of a parenthesis
1 parent 59de7dd commit c10d2ba

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/blocks

1 file changed

+1
-1
lines changed

src/content/developers/docs/blocks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ block_hash: Hash of execution block
103103
transactions_root: root hash of the transactions in the payload
104104
```
105105

106-
The `execution_payload` itself contains the following (notice this is idential to the header except that instead of the root hash of the transactions it includes the actual list of transactions:
106+
The `execution_payload` itself contains the following (notice this is idential to the header except that instead of the root hash of the transactions it includes the actual list of transactions) :
107107

108108
```
109109
parent_hash: hash of the parent block

0 commit comments

Comments
 (0)