Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow depositing vesting tokens in the vault #174

Closed
wants to merge 18 commits into from
Prev Previous commit
Next Next commit
fix wrong event name
neitdung committed Jul 14, 2024
commit 824a92faaca9b8fa76497bc089f1bf906b744b6f
2 changes: 1 addition & 1 deletion x/meshsecurityprovider/keeper/handler_plugin.go
Original file line number Diff line number Diff line change
@@ -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()),