Skip to content

Commit

Permalink
fix: missing gas limit call
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Nov 4, 2024
1 parent e67045e commit f5d37ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/evm/keeper/funtoken_from_coin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ func (s *FunTokenFromCoinSuite) TestPrecompileSelfCallRevert() {
deps.Sender.EthAddr,
&testContractAddr,
true,
precompile.FunTokenGasLimitBankSend,
"selfCallTransferFunds",
alice.EthAddr,
evm.NativeToWei(big.NewInt(1e6)), // native send uses wei units,
Expand Down

0 comments on commit f5d37ac

Please sign in to comment.