Skip to content
Snippets Groups Projects
Commit e9f12cb2 authored by Kian Paimani's avatar Kian Paimani Committed by GitHub
Browse files

Update lib.rs (#8192)

Turns out the polkadot bot assumes that this guys is exported from the root of the pallet.
parent 7d285f74
No related merge requests found
......@@ -241,7 +241,8 @@ const LOG_TARGET: &'static str = "runtime::election-provider";
pub mod unsigned;
pub mod weights;
use weights::WeightInfo;
/// The weight declaration of the pallet.
pub use weights::WeightInfo;
/// The compact solution type used by this crate.
pub type CompactOf<T> = <T as Config>::CompactSolution;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment