Skip to content

Commit

Permalink
Update spec/core/ics-004-channel-and-packet-semantics/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
AdityaSripal and crodriguezvega authored Oct 30, 2023
1 parent 28118eb commit 2bad744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/core/ics-004-channel-and-packet-semantics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ function recvPacket(

channel = provableStore.get(channelPath(packet.destPort, packet.destChannel))
abortTransactionUnless(channel !== null)
counterpartyLastPacketSent = privateStore.get(channelCounterpartyLastPacketSequencePath(packet.destPort, packet.destChannel)
abortTransactionUnless(channel.state === OPEN || (channel.state === FLUSHING))
abortTransactionUnless(authenticateCapability(channelCapabilityPath(packet.destPort, packet.destChannel), capability))
abortTransactionUnless(packet.sourcePort === channel.counterpartyPortIdentifier)
Expand Down

0 comments on commit 2bad744

Please sign in to comment.