Skip to content

Commit

Permalink
fix Encointer CI (#330)
Browse files Browse the repository at this point in the history
@ggwpez unfortunately, I couldn't find CI logs showing the error you
want me to resolve.
However, I assume the unused/deprecated warning would certainly disturb
CI, so I started by fixing that one. Please let me know if you need more
fixes, pointing me to the error you observe
  • Loading branch information
brenzi authored May 27, 2024
1 parent b0ba36f commit a76335d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions system-parachains/encointer/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ use frame_support::{
use frame_system::EnsureRoot;
use pallet_collator_selection::StakingPotAccountId;
use pallet_xcm::XcmPassthrough;
use parachains_common::{
impls::ToStakingPot,
xcm_config::{ConcreteAssetFromSystem, ParentRelayOrSiblingParachains},
};
use parachains_common::xcm_config::{ConcreteAssetFromSystem, ParentRelayOrSiblingParachains};
use polkadot_parachain_primitives::primitives::Sibling;

use sp_core::ConstU32;
Expand Down Expand Up @@ -175,7 +172,7 @@ impl xcm_executor::Config for XcmConfig {
AccountId,
Balances,
ResolveTo<StakingPotAccountId<Runtime>, Balances>,
>; // FAIL-CI @brenzi
>;
type ResponseHandler = PolkadotXcm;
type AssetTrap = PolkadotXcm;
type AssetClaims = PolkadotXcm;
Expand Down

0 comments on commit a76335d

Please sign in to comment.