From f1a9dc71b0e6f9ce69964df2ebf86d62eb3fc08e Mon Sep 17 00:00:00 2001 From: Lubov66 Date: Sat, 25 Jan 2025 20:23:33 +0200 Subject: [PATCH] fix: docs readme a typo was found in the documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69352245..c1626f94 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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{