Skip to content

Commit

Permalink
fix wrong event name
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jul 14, 2024
1 parent be3a537 commit 824a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/meshsecurityprovider/keeper/handler_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (h CustomMsgHandler) handleUnbondMsg(ctx sdk.Context, actor sdk.AccAddress,
}

return []sdk.Event{sdk.NewEvent(
types.EventTypeBond,
types.EventTypeUnbond,
sdk.NewAttribute(sdk.AttributeKeyModule, types.ModuleName),
sdk.NewAttribute(sdk.AttributeKeyAmount, coin.String()),
sdk.NewAttribute(types.AttributeKeyDelegator, delAddr.String()),
Expand Down

0 comments on commit 824a92f

Please sign in to comment.