Skip to content

Commit

Permalink
Update README.md (#525) (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Thane Thomson <[email protected]>
(cherry picked from commit dea72b6)

Co-authored-by: Ruslan Akhtariev <[email protected]>
  • Loading branch information
mergify[bot] and pysel authored Mar 14, 2023
1 parent 7359966 commit ad2b3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ hash-linked batches of transactions. Such transaction batches are called "blocks
Hence, CometBFT defines a "blockchain".

Each block in CometBFT has a unique index - its Height.
Height's in the blockchain are monotonic.
Heights in the blockchain are monotonic.
Each block is committed by a known set of weighted Validators.
Membership and weighting within this validator set may change over time.
CometBFT guarantees the safety and liveness of the blockchain
so long as less than 1/3 of the total weight of the Validator set
as long as less than 1/3 of the total weight of the Validator set
is malicious or faulty.

A commit in CometBFT is a set of signed messages from more than 2/3 of
Expand Down

0 comments on commit ad2b3bd

Please sign in to comment.