Skip to content

Commit

Permalink
fix mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier committed Nov 5, 2024
1 parent 0879212 commit 39fd0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/core/v2/ics-004-channel-and-packet-semantics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ sequenceDiagram
Relayer ->> IBCModule on Chain A: relayAck
Note over IBCModule on Chain A: start acknowldge packet execution
IBCModule on Chain A ->> IBCModule on Chain A : acknowldgePacket
IBCModule on Chain A -->> IBCModule on B Light Client: verifyMembership(packetAck)
IBCModule on Chain A -->> B Light Client: verifyMembership(packetAck)
IBCModule on Chain A --> IBCModule on Chain A : app execution
IBCModule on Chain A --> IBCModule on Chain A : Delete packetCommitment
Note over IBCModule on Chain A: end acknowldge packet execution
Expand Down Expand Up @@ -579,7 +579,7 @@ function sendPacket(
// IMPORTANT: if the onSendPacket fails, the transaction is aborted and the potential state changes are reverted.
// This ensure that the post conditions on error are always respected.
// payload execution check
abortUnless(success)
abortTransactionUnless(success)

// Construct the packet
packet = Packet {
Expand Down

0 comments on commit 39fd0a3

Please sign in to comment.