Skip to content

Commit

Permalink
includes inbound queue
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Sep 8, 2023
1 parent 7f3ad9e commit 0f90b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/primitives/router/src/outbound/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use sp_std::{marker::PhantomData, prelude::*};
use xcm::v3::prelude::*;
use xcm_builder::{DescribeAllTerminal, DescribeFamily, HashedDescription};
use xcm_executor::traits::{ConvertLocation, ExportXcm};
use log::{trace, info};
use log;

pub type AgentHashedDescription = HashedDescription<H256, DescribeFamily<DescribeAllTerminal>>;

Expand Down

0 comments on commit 0f90b26

Please sign in to comment.