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
314 // At the moment there is no reliable way314 // At the moment there is no reliable way
315 // to establish the correspondence between the `ExecutedDownward` event315 // to establish the correspondence between the `ExecutedDownward` event
316 // and the relay's sent message due to `SetTopic` instruction316 // and the relay's sent message due to `SetTopic` instruction
317 // containing an unpredictable topic silently added by the relay on the router level.317 // containing an unpredictable topic silently added by the relay's messages on the router level.
318 // This changes the message hash on arrival to our chain.318 // This changes the message hash on arrival to our chain.
319 //319 //
320 // See:320 // See:
modifiedtests/src/xcm/lowLevelXcmUnique.test.tsdiffbeforeafterboth
--- a/tests/src/xcm/lowLevelXcmUnique.test.ts
+++ b/tests/src/xcm/lowLevelXcmUnique.test.ts
@@ -378,7 +378,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: