Skip to content

Commit

Permalink
chore: fix easy compile warns
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Feb 16, 2024
1 parent 5051d9c commit 887e5fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ikura/chain/node/src/chain_spec/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use cumulus_primitives_core::ParaId;
use ikura_kusama_runtime::Runtime;
use ikura_primitives::{AccountId, AuraId, Signature};
use ikura_test_runtime::{
Multiplier, Runtime as TestRuntime, EXISTENTIAL_DEPOSIT as TEST_EXISTENTIAL_DEPOSIT,
Multiplier, EXISTENTIAL_DEPOSIT as TEST_EXISTENTIAL_DEPOSIT,
};
use sc_chain_spec::{ChainSpecExtension, ChainSpecGroup};
use sc_service::ChainType;
Expand Down
1 change: 0 additions & 1 deletion ikura/chain/pallets/length-fee-adjustment/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ pub mod pallet {
use frame_system::pallet_prelude::*;
use pallet_transaction_payment::{Multiplier, OnChargeTransaction};
use polkadot_primitives::v6::{BlockNumber as RelayChainBlockNumber, PersistedValidationData};
use sp_arithmetic::FixedU128;
use sp_runtime::{
traits::{Get, One, Zero},
FixedPointNumber, Perquintill, SaturatedConversion, Saturating,
Expand Down

0 comments on commit 887e5fc

Please sign in to comment.