Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen authored Jul 29, 2024
1 parent e439d52 commit 6e15122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (k *Keeper) CallEVM(ctx sdk.Context, from common.Address, to *common.Addres
value = val.BigInt()
}
// This call was not part of an existing StateTransition, so it should trigger one
executionCtx := ctx.WithGasMeter(sdk.NewInfiniteGasMeterWithMultiplier(ctx)).WithIsEVM(true)
executionCtx := ctx.WithGasMeter(sdk.NewInfiniteGasMeterWithMultiplier(ctx))
stateDB := state.NewDBImpl(executionCtx, k, false)
gp := k.GetGasPool()
evmMsg := &core.Message{
Expand Down

0 comments on commit 6e15122

Please sign in to comment.