Nits for subtree (#2241)

* Updated version according to Cumulus

* Renaming

* Cargo.lock
This commit is contained in:
Branislav Kontur
2023-07-04 15:53:44 +02:00
committed by Bastian Köcher
parent 504c6bd622
commit 320aea743b
27 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ is the runtime developer who defines what message lane and message mean for this
In our [Kusama<>Polkadot bridge](../../docs/polkadot-kusama-bridge-overview.md) we are using lane
as a channel of communication between two parachains of different relay chains. For example, lane
`[0, 0, 0, 0]` is used for Statemint <> Statemine communications. Other lanes may be used to bridge
`[0, 0, 0, 0]` is used for AssetHubPolkadot <> AssetHubKusama communications. Other lanes may be used to bridge
another parachains.
## Message Workflow