Skip to content

Commit

Permalink
Change to IBC_MIDDLEWARE_INVOKE
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Dec 6, 2023
1 parent 830d87d commit 2f24eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/cosmos/x/vtransfer/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (k Keeper) OnRecvPacket(

// Send to VM
event := types.ReceiveInvokeEvent{
Type: "INVOKE",
Type: "IBC_MIDDLEWARE_INVOKE",
Event: "callContract",
Call: call,
BlockHeight: ctx.BlockHeight(),
Expand Down

0 comments on commit 2f24eb2

Please sign in to comment.