Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,7 @@ func (app *App) executeEVMTxWithGigaExecutor(ctx sdk.Context, msg *evmtypes.MsgE
// For successful txs, the nonce is bumped by the EVM during execution.
if validation.bumpNonce {
app.GigaEvmKeeper.SetNonce(ctx, sender, validation.currentNonce+1)
app.EvmKeeper.SetNonceBumped(ctx)
}
// V2 reports intrinsic gas as gasUsed even on validation failure (for metrics),
// but no actual balance is deducted
Expand Down
Loading