Skip to content

Commit ccda34c

Browse files
Update flowchart
1 parent 59269d7 commit ccda34c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27945,12 +27945,12 @@ Here is a high-level overview of an XCM lifecycle with observability events:
2794527945
```mermaid
2794627946
flowchart LR
2794727947
A[User submits extrinsic] --> B[Origin Chain Runtime constructs XCM]
27948-
B --> C["Runtime appends SetTopic instruction (if missing)"]
27948+
B --> C["Runtime appends SetTopic instruction if missing"]
2794927949
C --> D[PolkadotXcm.Sent event emitted with message_id]
27950-
D --> E[XCM forwarded to Destination Chain(s)]
27950+
D --> E[XCM forwarded to Destination Chains]
2795127951
E --> F[Destination Chain executes XCM]
2795227952
F --> G[MessageQueue.Processed event emitted with matching id]
27953-
G --> H[Success or failure logged, further hops if any]
27953+
G --> H[Success or failure logged; further hops if any]
2795427954
```
2795527955

2795627956
* The `SetTopic` ensures a consistent `message_id` is passed and visible in these events.

tutorials/interoperability/xcm-observability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ Here is a high-level overview of an XCM lifecycle with observability events:
125125
```mermaid
126126
flowchart LR
127127
A[User submits extrinsic] --> B[Origin Chain Runtime constructs XCM]
128-
B --> C["Runtime appends SetTopic instruction (if missing)"]
128+
B --> C["Runtime appends SetTopic instruction if missing"]
129129
C --> D[PolkadotXcm.Sent event emitted with message_id]
130-
D --> E[XCM forwarded to Destination Chain(s)]
130+
D --> E[XCM forwarded to Destination Chains]
131131
E --> F[Destination Chain executes XCM]
132132
F --> G[MessageQueue.Processed event emitted with matching id]
133-
G --> H[Success or failure logged, further hops if any]
133+
G --> H[Success or failure logged; further hops if any]
134134
```
135135
136136
* The `SetTopic` ensures a consistent `message_id` is passed and visible in these events.

0 commit comments

Comments
 (0)