git.delta.rocks / unique-network / refs/commits / d4981bc1ee11

difftreelog

fix explaning comment about SetTopic relay router

Daniel Shiposha2023-10-02parent: #a6308d9.patch.diff
in: master

2 files changed

modifiedtests/src/xcm/lowLevelXcmQuartz.test.tsdiffbeforeafterboth
--- a/tests/src/xcm/lowLevelXcmQuartz.test.ts
+++ b/tests/src/xcm/lowLevelXcmQuartz.test.ts
@@ -314,7 +314,7 @@
   // At the moment there is no reliable way
   // to establish the correspondence between the `ExecutedDownward` event
   // and the relay's sent message due to `SetTopic` instruction
-  // containing an unpredictable topic silently added by the relay on the router level.
+  // containing an unpredictable topic silently added by the relay's messages on the router level.
   // This changes the message hash on arrival to our chain.
   //
   // See:
modifiedtests/src/xcm/lowLevelXcmUnique.test.tsdiffbeforeafterboth
378 // At the moment there is no reliable way378 // At the moment there is no reliable way
379 // to establish the correspondence between the `ExecutedDownward` event379 // to establish the correspondence between the `ExecutedDownward` event
380 // and the relay's sent message due to `SetTopic` instruction380 // and the relay's sent message due to `SetTopic` instruction
381 // containing an unpredictable topic silently added by the relay on the router level.381 // containing an unpredictable topic silently added by the relay's messages on the router level.
382 // This changes the message hash on arrival to our chain.382 // This changes the message hash on arrival to our chain.
383 //383 //
384 // See:384 // See: