Fix for FungiblesAdapter - trait changes: Contains -> AssetChecking

This commit is contained in:
Branislav Kontur
2022-11-08 13:48:15 +01:00
parent 6ece1b652f
commit 23f0bcdc7d
4 changed files with 23 additions and 14 deletions
+1
View File
@@ -28,6 +28,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d
# Polkadot
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
# Cumulus