Skip to content

Commit

Permalink
fix: docs readme
Browse files Browse the repository at this point in the history
a typo was found in the documentation
  • Loading branch information
Lubov66 authored Jan 25, 2025
1 parent 5fdb53b commit f1a9dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ $ go install github.com/skip-mev/pob
)
```

e. With Cosmos SDK version 0.47.0, the process of building blocks has been
f. With Cosmos SDK version 0.47.0, the process of building blocks has been
updated and moved from the consensus layer, CometBFT, to the application layer.
When a new block is requested, the proposer for that height will utilize the
`PrepareProposal` handler to build a block while the `ProcessProposal` handler
Expand Down Expand Up @@ -337,7 +337,7 @@ $ go install github.com/skip-mev/pob
}
```

f. Finally, update the app's `InitGenesis` order and ante-handler chain.
g. Finally, update the app's `InitGenesis` order and ante-handler chain.
```go
genesisModuleOrder := []string{
Expand Down

0 comments on commit f1a9dc7

Please sign in to comment.