Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-HoDL58 authored Oct 25, 2023
1 parent c42f1e6 commit cb15632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/learn/blockchain/block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A committed block is immutable, and any modifications to the block will invalida

![Pactus blockchain]({{ site.url }}/assets/images/pactus_blockchain.png)

## Block header
## Block Header

The block header is a data structure in the Pactus blockchain that contains important information about
the block.
Expand All @@ -39,7 +39,7 @@ The block header is 138 bytes long and consists the following fields:
the [sortition]({{ site.baseurl }}/learn/consensus/sortition) algorithm.
- **Proposer Address** is the address of the validator who created and proposed the block.

## Block certificate
## Block Certificate

A block certificate is a proof of commitment for the block in the Pactus blockchain.
It is the result of the Pactus consensus algorithm and ensures that the block has been agreed upon by committee members.
Expand Down Expand Up @@ -72,7 +72,7 @@ The first transaction in each block is the [reward transaction]({{ site.baseurl
Once a block is committed and added to the blockchain, all the transactions inside the block will be executed.
This means that the state of the blockchain will be updated based on the transactions in the committed block.

## Block hash
## Block Hash

The block hash is a unique identifier for each block, which is computed by hashing the following data:

Expand Down

0 comments on commit cb15632

Please sign in to comment.