difftreelog
fix explaning comment about SetTopic relay router
in: master
2 files changed
tests/src/xcm/lowLevelXcmQuartz.test.tsdiffbeforeafterboth314 // At the moment there is no reliable way314 // At the moment there is no reliable way315 // to establish the correspondence between the `ExecutedDownward` event315 // to establish the correspondence between the `ExecutedDownward` event316 // and the relay's sent message due to `SetTopic` instruction316 // and the relay's sent message due to `SetTopic` instruction317 // 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:tests/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: