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.tsdiffbeforeafterboth378 // At the moment there is no reliable way378 // At the moment there is no reliable way379 // to establish the correspondence between the `ExecutedDownward` event379 // to establish the correspondence between the `ExecutedDownward` event380 // and the relay's sent message due to `SetTopic` instruction380 // and the relay's sent message due to `SetTopic` instruction381 // 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: