Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Jan 9, 2024
1 parent f560c2f commit e62f013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions node/src/chainspec/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use sc_service::ChainType;
use sp_consensus_babe::AuthorityId as BabeId;
use sp_core::{sr25519, Pair, Public, H160};
use sp_runtime::{
traits::{AccountIdConversion, IdentifyAccount, Verify},
traits::{IdentifyAccount, Verify},
BoundedVec,
};
use std::collections::BTreeMap;
Expand All @@ -35,7 +35,7 @@ use tangle_testnet_runtime::{
AccountId, BabeConfig, Balance, BalancesConfig, ClaimsConfig, EVMChainIdConfig, EVMConfig,
ElectionsConfig, Eth2ClientConfig, ImOnlineConfig, MaxVestingSchedules, Perbill,
RuntimeGenesisConfig, SessionConfig, Signature, StakerStatus, StakingConfig, SudoConfig,
SystemConfig, TreasuryPalletId, UNIT, WASM_BINARY,
SystemConfig, UNIT, WASM_BINARY,
};
use webb_consensus_types::network_config::{Network, NetworkConfig};

Expand Down
2 changes: 1 addition & 1 deletion node/src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use parity_scale_codec::Encode;

use sc_service::{ChainType, Configuration};
use sp_core::{ecdsa, ed25519, sr25519, ByteArray, Pair, Public};
use sp_keystore::{Keystore, KeystorePtr};
Expand Down

0 comments on commit e62f013

Please sign in to comment.