Skip to content

Commit

Permalink
Merge pull request #422 from Flouse/patch-1
Browse files Browse the repository at this point in the history
Fix `transactions_root` typo in rfcs/0027-block-structure
  • Loading branch information
quake authored Aug 14, 2023
2 parents 9aef152 + cc8e205 commit a8ae648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0027-block-structure/0027-block-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ The genesis epoch number is 0 and the genesis block relative index in the epoch

The header hash of the parent block. The genesis block `parent_hash` is hardcoded in the consensus specification.

### `transaction_root (Byte32)`
### `transactions_root (Byte32)`

This is the commitment to all the transactions in the block.

Expand Down

0 comments on commit a8ae648

Please sign in to comment.