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:
co-authored by
github-merge-queue
Julien Robert
parent
bff1d823f5
commit
3c4a91efd0
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user