From d4981bc1ee11bc7c8116b883a78503e335bf8162 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Mon, 02 Oct 2023 12:01:57 +0000 Subject: [PATCH] fix: explaning comment about SetTopic relay router --- --- 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: --- 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: -- gitstuff