Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 7, 2024
1 parent c012bb7 commit fff8273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/move/keeper/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ func (k Keeper) dispatchMessage(parentCtx sdk.Context, message vmtypes.CosmosMes
// reset error because it's allowed to fail
err = nil

// emit success event
// emit submessage event
parentCtx.EventManager().EmitEvent(event)

// if callback exists, execute it with parent context becuase it's already committed
Expand Down

0 comments on commit fff8273

Please sign in to comment.