chore: fix godoc comments for functions and structs (#24736)
This commit is contained in:
@@ -589,6 +589,7 @@ func (app *BaseApp) getBlockGasMeter(ctx sdk.Context) storetypes.GasMeter {
|
||||
return storetypes.NewInfiniteGasMeter()
|
||||
}
|
||||
|
||||
// getContextForTx retrieves the context for the tx w/ txBytes and other memoized values.
|
||||
// retrieve the context for the tx w/ txBytes and other memoized values.
|
||||
func (app *BaseApp) getContextForTx(mode sdk.ExecMode, txBytes []byte) sdk.Context {
|
||||
app.mu.Lock()
|
||||
|
||||
+1
-1
@@ -267,7 +267,7 @@ func (app *BaseApp) SetFauxMerkleMode() {
|
||||
app.fauxMerkleMode = true
|
||||
}
|
||||
|
||||
// SetNotSigverify during simulation testing, transaction signature verification needs to be ignored.
|
||||
// SetNotSigverifyTx during simulation testing, transaction signature verification needs to be ignored.
|
||||
func (app *BaseApp) SetNotSigverifyTx() {
|
||||
app.sigverifyTx = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user