Skip to content

Commit

Permalink
chore(encointer): Remove ConstU64 import
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Feb 15, 2024
1 parent 2d6d3ac commit be4ceb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-parachains/encointer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub use parachains_common::{
};
use polkadot_runtime_common::{BlockHashCount, SlowAdjustingFeeUpdate};
use sp_api::impl_runtime_apis;
use sp_core::{crypto::KeyTypeId, ConstU32, ConstU64, OpaqueMetadata};
use sp_core::{crypto::KeyTypeId, ConstU32, OpaqueMetadata};
#[cfg(any(feature = "std", test))]
pub use sp_runtime::BuildStorage;
use sp_runtime::{
Expand Down

0 comments on commit be4ceb4

Please sign in to comment.