mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 07:51:07 +00:00
Update lib.rs (#8192)
Turns out the polkadot bot assumes that this guys is exported from the root of the pallet.
This commit is contained in:
@@ -241,7 +241,8 @@ const LOG_TARGET: &'static str = "runtime::election-provider";
|
|||||||
pub mod unsigned;
|
pub mod unsigned;
|
||||||
pub mod weights;
|
pub mod weights;
|
||||||
|
|
||||||
use weights::WeightInfo;
|
/// The weight declaration of the pallet.
|
||||||
|
pub use weights::WeightInfo;
|
||||||
|
|
||||||
/// The compact solution type used by this crate.
|
/// The compact solution type used by this crate.
|
||||||
pub type CompactOf<T> = <T as Config>::CompactSolution;
|
pub type CompactOf<T> = <T as Config>::CompactSolution;
|
||||||
|
|||||||
Reference in New Issue
Block a user