Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Aug 13, 2024
1 parent 45cf730 commit 63d05be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cumulus/polkadot-parachain/src/chain_spec/bridge_hubs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn ensure_id(id: &str) -> Result<&str, String> {

/// Sub-module for Rococo setup
pub mod rococo {
use super::{get_account_id_from_seed, sr25519, BridgeHubBalance, ParaId};
use super::{get_account_id_from_seed, sr25519, ParaId};
use crate::chain_spec::{Extensions, GenericChainSpec};
use bridge_hub_rococo_runtime::genesis_config_presets::{
bridge_hub_rococo_development_genesis, bridge_hub_rococo_local_testnet_genesis,
Expand All @@ -140,8 +140,6 @@ pub mod rococo {
pub(crate) const BRIDGE_HUB_ROCOCO: &str = "bridge-hub-rococo";
pub(crate) const BRIDGE_HUB_ROCOCO_LOCAL: &str = "bridge-hub-rococo-local";
pub(crate) const BRIDGE_HUB_ROCOCO_DEVELOPMENT: &str = "bridge-hub-rococo-dev";
const BRIDGE_HUB_ROCOCO_ED: BridgeHubBalance =
bridge_hub_rococo_runtime::ExistentialDeposit::get();

pub fn local_config<ModifyProperties: Fn(&mut sc_chain_spec::Properties)>(
id: &str,
Expand Down

0 comments on commit 63d05be

Please sign in to comment.