From b0b2e831c55c2088344ce07058f1b56fbfa8c021 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Mon, 27 May 2024 18:30:26 +0200 Subject: [PATCH] remove todo comment --- system-parachains/encointer/src/xcm_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-parachains/encointer/src/xcm_config.rs b/system-parachains/encointer/src/xcm_config.rs index 2dd7fdd6fe..f8b2bf1076 100644 --- a/system-parachains/encointer/src/xcm_config.rs +++ b/system-parachains/encointer/src/xcm_config.rs @@ -172,7 +172,7 @@ impl xcm_executor::Config for XcmConfig { AccountId, Balances, ResolveTo, Balances>, - >; // FAIL-CI @brenzi + >; type ResponseHandler = PolkadotXcm; type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm;