Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Nov 1, 2023
1 parent 13fd5ac commit 302d2f5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ use xcm::latest::prelude::*;

use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight};

#[cfg(not(feature = "runtime-benchmarks"))]
use crate::xcm_config::AllowSiblingsOnly;
use crate::{
bridge_hub_rococo_config::BridgeRefundBridgeHubWococoMessages,
bridge_hub_wococo_config::BridgeRefundBridgeHubRococoMessages, xcm_config::XcmRouter,
bridge_hub_wococo_config::BridgeRefundBridgeHubRococoMessages,
xcm_config::{AllowSiblingsOnly, XcmRouter},
};
use parachains_common::{
impls::DealWithFees,
Expand Down

0 comments on commit 302d2f5

Please sign in to comment.