Skip to content

Commit

Permalink
Resolve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Nov 1, 2023
1 parent 80e37d9 commit 356afa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use pallet_offchain_task_scheduler::crypto::AuthorityId;
use pallet_session::historical as session_historical;
use pallet_staking::UseValidatorsMap;
pub use pallet_staking_substrate::{self, StakerStatus};
use parity_scale_codec::Decode;
use sp_api::impl_runtime_apis;
use sp_consensus_babe as babe_primitives;
use sp_core::{crypto::KeyTypeId, ConstU64, Encode, OpaqueMetadata, U256};
Expand Down
1 change: 1 addition & 0 deletions runtime/src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ pub const THRESHOLDS: [u64; 198] = [
];

/// Upper thresholds delimiting the bag list.
#[allow(dead_code)]
pub const THRESHOLDS_BALANCES: [u128; 198] = [
1,
2,
Expand Down

0 comments on commit 356afa2

Please sign in to comment.