Skip to content

Commit

Permalink
Update x/staking/keeper/msg_server.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
sainoe and mpoke authored Nov 30, 2023
1 parent 552a125 commit 2ff0df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/staking/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ func (k msgServer) CancelUnbondingDelegation(goCtx context.Context, msg *types.M

ctx.EventManager().EmitEvent(
sdk.NewEvent(
"cancel_unbonding_delegation",
types.EventTypeCancelUnbondingDelegation,
sdk.NewAttribute(sdk.AttributeKeyAmount, msg.Amount.String()),
sdk.NewAttribute(types.AttributeKeyValidator, msg.ValidatorAddress),
sdk.NewAttribute(types.AttributeKeyDelegator, msg.DelegatorAddress),
Expand Down

0 comments on commit 2ff0df5

Please sign in to comment.