relayer waits until chain spec version matches the configured in Client constructor/reconnect (#2894)

This commit is contained in:
Svyatoslav Nikolsky
2024-03-26 11:34:22 +03:00
committed by Bastian Köcher
parent 449ea7b5bb
commit cc22d231e3
4 changed files with 153 additions and 12 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "mas
# Polkadot Dependencies
xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "master", default-features = false }
xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
[features]
default = []