Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 committed Sep 7, 2024
1 parent 53cbb7d commit 8f3736f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/evm/keeper/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func (k *Keeper) HandleInternalEVMCall(ctx sdk.Context, req *types.MsgInternalEV
if err != nil {
return nil, err
}
k.GetEVMAddressOrDefault(ctx, senderAddr)
ret, err := k.CallEVM(ctx, k.GetEVMAddressOrDefault(ctx, senderAddr), to, req.Value, req.Data)
if err != nil {
return nil, err
Expand Down

0 comments on commit 8f3736f

Please sign in to comment.