Skip to content

Commit

Permalink
add client id to register counterparty events
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSripal committed Nov 12, 2024
1 parent c6de304 commit a15962b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/core/v2/ics-004-channel-and-packet-semantics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ function registerCounterparty(
// log that a packet can be safely sent
// Event Emission
emitLogEntry("registerCounterparty", {
channelId: channelId,
channelId: channelId,
clientId: channel.clientId
counterpartyChannelid: counterpartyChannelId,
})
}
Expand Down

0 comments on commit a15962b

Please sign in to comment.