Skip to content

Commit

Permalink
Update STATE-COMPATIBILITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
detrina authored Dec 17, 2024
1 parent b7a14d8 commit ba31f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STATE-COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func someInternalMethod(ctx sdk.Context) {
- It will run out of gas with `gasUsed = 2100` where 2100 is getting merkelized
into the tx results.

Therefore, we introduced a state-incompatibility by merklezing diverging gas
Therefore, we introduced a state-incompatibility by merkelizing diverging gas
usage.

## Secondary Limitations To Keep In Mind
Expand Down Expand Up @@ -209,4 +209,4 @@ to predict when the multi-threaded state can be updated.

### Hardware Errors

This is out of the developer's control but is mentioned for completeness.
This is out of the developer's control but is mentioned for completeness.

0 comments on commit ba31f53

Please sign in to comment.