Skip to content

Commit 8ea2de5

Browse files
Update wordings
1 parent c7e3829 commit 8ea2de5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27905,7 +27905,7 @@ If you are new to XCM replay or dry-run, see [Replay and Dry Run XCMs Using Chop
2790527905

2790627906
### What is `SetTopic`?
2790727907

27908-
When sending XCMs using `limited_reserve_transfer_assets` or other extrinsics from the `PolkadotXcm` pallet, a `SetTopic` instruction is automatically appended to the end of the message if one is not already present.
27908+
When executing XCMs using `limited_reserve_transfer_assets`, other extrinsics, or raw XCM calls from the `PolkadotXcm` pallet, a `SetTopic` instruction is automatically appended to the end of the message if it is not already present.
2790927909

2791027910
- **[`SetTopic([u8; 32])`](https://github.com/polkadot-fellows/xcm-format#settopic){target=\_blank}** is an XCM instruction that sets a 32-byte topic register inside the message.
2791127911
- The topic acts as a **logical identifier** (`message_id`) for the XCM, allowing you to group and trace related messages across chains.

tutorials/interoperability/xcm-observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you are new to XCM replay or dry-run, see [Replay and Dry Run XCMs Using Chop
8585

8686
### What is `SetTopic`?
8787

88-
When sending XCMs using `limited_reserve_transfer_assets` or other extrinsics from the `PolkadotXcm` pallet, a `SetTopic` instruction is automatically appended to the end of the message if one is not already present.
88+
When executing XCMs using `limited_reserve_transfer_assets`, other extrinsics, or raw XCM calls from the `PolkadotXcm` pallet, a `SetTopic` instruction is automatically appended to the end of the message if it is not already present.
8989

9090
- **[`SetTopic([u8; 32])`](https://github.com/polkadot-fellows/xcm-format#settopic){target=\_blank}** is an XCM instruction that sets a 32-byte topic register inside the message.
9191
- The topic acts as a **logical identifier** (`message_id`) for the XCM, allowing you to group and trace related messages across chains.

0 commit comments

Comments
 (0)