Skip to content

Commit

Permalink
fix to memberID
Browse files Browse the repository at this point in the history
  • Loading branch information
nkitlabs committed Dec 12, 2024
1 parent 9e379c2 commit ad1a5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tss/keeper/keeper_member.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ func (k Keeper) SetMemberIsActive(ctx sdk.Context, groupID tss.GroupID, address

ctx.EventManager().EmitEvent(sdk.NewEvent(
types.EventTypeSetMemberIsActive,
sdk.NewAttribute(types.AttributeKeyAddress, address.String()),
sdk.NewAttribute(types.AttributeKeyGroupID, fmt.Sprintf("%d", groupID)),
sdk.NewAttribute(types.AttributeKeyMemberID, fmt.Sprintf("%d", m.ID)),
sdk.NewAttribute(types.AttributeKeyMemberStatus, fmt.Sprintf("%t", status)),
))

Expand Down

0 comments on commit ad1a5e0

Please sign in to comment.