chore: fix spelling errors (#19220)

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Cosmos SDK 2024-01-24 14:10:08 +01:00 committed by GitHub
parent bff1d823f5
commit 3c4a91efd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -111,6 +111,6 @@ func VerifyFile() *cobra.Command {
},
}
cmd.Flags().String(flagFileFormat, "json", "Choose whats the file format to be verified (json|text)")
cmd.Flags().String(flagFileFormat, "json", "Choose what's the file format to be verified (json|text)")
return cmd
}

View File

@ -2,7 +2,7 @@
## What is ABCI?
ABC, Application Blockchain Interface is the interface between CometBFT and the application, more information about ABCI can be found [here](https://docs.cometbft.com/v0.38/spec/abci/). Within the release of ABCI 2.0 for the 0.38 CometBFT release there were additional methods introduced.
ABCI, Application Blockchain Interface is the interface between CometBFT and the application, more information about ABCI can be found [here](https://docs.cometbft.com/v0.38/spec/abci/). Within the release of ABCI 2.0 for the 0.38 CometBFT release there were additional methods introduced.
The 5 methods introduced during ABCI 2.0 are:

View File

@ -50,7 +50,7 @@ type Context struct {
gasMeter storetypes.GasMeter
blockGasMeter storetypes.GasMeter
checkTx bool // Deprecated: use execMode instead, will be removed after 0.51
recheckTx bool // if recheckTx == true, then checkTx must also be true // Depreacted: use execMode instead, will be removed after 0.51
recheckTx bool // if recheckTx == true, then checkTx must also be true // Deprecated: use execMode instead, will be removed after 0.51
sigverifyTx bool // when run simulation, because the private key corresponding to the account in the genesis.json randomly generated, we must skip the sigverify.
execMode ExecMode
minGasPrice DecCoins