Skip to content

Commit

Permalink
fnt
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 26, 2024
1 parent af1de27 commit 88e2f24
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions system-parachains/encointer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ mod weights;
pub mod xcm_config;
use codec::{Decode, Encode, MaxEncodedLen};
use cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases;
use cumulus_primitives_core::{AggregateMessageOrigin, ParaId};
use deal_with_fees::FeesToTreasury;
use encointer_balances_tx_payment::{AssetBalanceOf, AssetIdOf, BalanceToCommunityBalance};
pub use encointer_primitives::{
Expand All @@ -47,13 +48,8 @@ pub use encointer_primitives::{
communities::{CommunityIdentifier, Location},
scheduler::CeremonyPhaseType,
};
use parachains_common::message_queue::NarrowOriginToSibling;
use cumulus_primitives_core::AggregateMessageOrigin;
use parachains_common::message_queue::ParaIdToSibling;
use cumulus_primitives_core::ParaId;
use frame_support::traits::TransformOrigin;


use parachains_common::message_queue::{NarrowOriginToSibling, ParaIdToSibling};

use frame_support::{
construct_runtime,
Expand Down

0 comments on commit 88e2f24

Please # to comment.