Skip to content

Commit

Permalink
Update STATE-COMPATIBILITY.md
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <[email protected]>
  • Loading branch information
mpoke and insumity authored Nov 15, 2023
1 parent ef0b3cc commit 5c8e8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STATE-COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following are **NOT** in the state-machine scope:

CometBFT ensures state compatibility by validating a number of hashes that can be found [here](https://github.com/cometbft/cometbft/blob/9f76e8da150414ce73eed2c4f248947b657c7587/proto/tendermint/types/types.proto#L70-L77).

`AppHash` and `LastResultsHash` are the common sources of problems steaming from our work.
`AppHash` and `LastResultsHash` are the common sources of problems stemming from our work.
To avoid these problems, let's now examine how these hashes work.

### AppHash
Expand Down

0 comments on commit 5c8e8dd

Please sign in to comment.