Skip to content

Commit

Permalink
Fix variable naming for upstream SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed Apr 29, 2024
1 parent 8fc9269 commit f390972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ func (app *BaseApp) runTx(mode execMode, txBytes []byte) (gInfo sdk.GasInfo, res
}

msgs := tx.GetMsgs()
if mode != runTxModeReCheck {
if mode != execModeReCheck {
if err := validateBasicTxMsgs(app.msgServiceRouter, msgs); err != nil {
return sdk.GasInfo{}, nil, nil, err
}
Expand Down

0 comments on commit f390972

Please sign in to comment.