Skip to content

Commit

Permalink
specify events for channel creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSripal committed Nov 12, 2024
1 parent c04ac69 commit c6de304
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/core/v2/ics-004-channel-and-packet-semantics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function createChannel(
// Event Emission
emitLogEntry("createChannel", {
channelId: channelId,
channel: channel,
clientId: clientId,
creatorAddress: msg.signer(),
})

Expand Down Expand Up @@ -379,8 +379,7 @@ function registerCounterparty(
// Event Emission
emitLogEntry("registerCounterparty", {
channelId: channelId,
channel: channel,
creatorAddress: msg.signer(),
counterpartyChannelid: counterpartyChannelId,
})
}
```
Expand Down

0 comments on commit c6de304

Please sign in to comment.