Skip to content

Commit

Permalink
fix: bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Oct 31, 2024
1 parent 947ddce commit 10fac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/precompile/funtoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (p precompileFunToken) Run(
if err != nil {
return nil, err
}
p.evmKeeper.Bank.StateDB = start.StateDB
p.evmKeeper.Bank.StateDB = startResult.StateDB

// Resets the gas meter to parent one after precompile execution and gracefully handles "out of gas"
defer ReturnToParentGasMeter(startResult.CacheCtx, contract, startResult.parentGasMeter, &err)()
Expand Down

0 comments on commit 10fac9e

Please sign in to comment.