Skip to content

Commit

Permalink
dispatch when simulate special
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Sep 16, 2024
1 parent b133b5e commit 225886c
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 @@ -799,7 +799,7 @@ func (app *BaseApp) runMsgs(ctx sdk.Context, msgs []sdk.Msg, mode runTxMode) (*s

// NOTE: GasWanted is determined by the AnteHandler and GasUsed by the GasMeter.
for i, msg := range msgs {
if mode != runTxModeDeliver && mode != runTxModeSimulate {
if mode != runTxModeDeliver && mode != runTxModeSimulate && mode != runTxModeSimulateSpecial {
break
}

Expand Down

0 comments on commit 225886c

Please sign in to comment.