Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update spec/core/ics-004-channel-and-packet-semantics/README-pubsub.md
Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
angbrav and crodriguezvega authored Jan 20, 2023
commit 58477de376f6ea361bf8d4feb3027961966b71ca
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function broadcastPacket(
sequence = provableStore.get(nextSequenceSendPath(packet.sourcePort, packet.sourceChannel))
provableStore.set(nextSequenceSendPath(packet.sourcePort, packet.sourceChannel), sequence+1)

// store commitment to the packet data & packet timeout
// store commitment to the packet data
provableStore.set(
packetCommitmentPath(sourcePort, sourceChannel, sequence),
hash(data)
Expand Down