Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed Nov 12, 2024
1 parent ecf658c commit b1beadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/confidentialtransfers/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ func (m msgServer) Withdraw(goCtx context.Context, req *types.MsgWithdraw) (*typ
}

// Emit any required events
//TODO: Look into whether we can use EmitTypedEvents instead since EmitEvents is deprecated
ctx.EventManager().EmitEvents(sdk.Events{
sdk.NewEvent(
types.EventTypeWithdraw,
Expand Down

0 comments on commit b1beadf

Please sign in to comment.