Skip to content

Commit

Permalink
chore: lint-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Nov 21, 2024
1 parent ce45cf5 commit e28d21d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/core/04-channel/v2/types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const (
EventTypeRegisterCounterparty = "register_counterparty"
EventTypeSendPacket = "send_packet"
EventTypeRecvPacket = "recv_packet"
EventTypeSendPayload = "send_payload"
EventTypeRecvPayload = "recv_payload"

EventTypeSendPayload = "send_payload"
EventTypeRecvPayload = "recv_payload"

AttributeKeyChannelID = "channel_id"
AttributeKeyClientID = "client_id"
Expand Down

0 comments on commit e28d21d

Please sign in to comment.