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:
parent
bff1d823f5
commit
3c4a91efd0
@ -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
|
||||
}
|
||||
|
||||
2
docs/build/abci/00-introduction.md
vendored
2
docs/build/abci/00-introduction.md
vendored
@ -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:
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user