Skip to content

Commit bb9198e

Browse files
Update tutorials/interoperability/xcm-channels/para-to-system.md
Co-authored-by: Copilot <[email protected]>
1 parent 7ce078f commit bb9198e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/interoperability/xcm-channels/para-to-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Connect to parachain 2500 using Polkadot.js Apps to send the XCM message to the
8383
!!! note
8484
The exact process and parameters for submitting this XCM message may vary depending on your specific parachain and relay chain configurations. Always refer to the most current documentation for your particular network setup.
8585

86-
After successfully submitting the XCM message to the relay chain, two `HrmpSystemChannelOpened` events are emitted which show that the channels are in storage in `hrmp_open_channel_requests`, but the channels are not actually set up until the start of the next session, establishing bidirectional communication between parachain 2500 and system chain 1000.
86+
After successfully submitting the XCM message to the relay chain, two `HrmpSystemChannelOpened` events are emitted, indicating that the channels are now present in storage under `hrmp_open_channel_requests`. However, the channels are not actually set up until the start of the next session, at which point bidirectional communication between parachain 2500 and system chain 1000 is established.
8787

8888
To verify this, wait for the next session and then follow these steps:
8989

0 commit comments

Comments
 (0)