mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
* using `frame_npos_elections_solution_type` * forget to commit one change * substrate pallet renaming * cargo update -p sp-io Co-authored-by: kianenigma <kian@parity.io>
This commit is contained in:
Generated
+173
-173
File diff suppressed because it is too large
Load Diff
@@ -412,7 +412,7 @@ parameter_types! {
|
|||||||
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp_npos_elections::generate_solution_type!(
|
frame_election_provider_support::generate_solution_type!(
|
||||||
#[compact]
|
#[compact]
|
||||||
pub struct NposCompactSolution24::<
|
pub struct NposCompactSolution24::<
|
||||||
VoterIndex = u32,
|
VoterIndex = u32,
|
||||||
|
|||||||
@@ -454,7 +454,7 @@ parameter_types! {
|
|||||||
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp_npos_elections::generate_solution_type!(
|
frame_election_provider_support::generate_solution_type!(
|
||||||
#[compact]
|
#[compact]
|
||||||
pub struct NposCompactSolution16::<
|
pub struct NposCompactSolution16::<
|
||||||
VoterIndex = u32,
|
VoterIndex = u32,
|
||||||
|
|||||||
@@ -364,7 +364,7 @@ parameter_types! {
|
|||||||
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp_npos_elections::generate_solution_type!(
|
frame_election_provider_support::generate_solution_type!(
|
||||||
#[compact]
|
#[compact]
|
||||||
pub struct NposCompactSolution16::<
|
pub struct NposCompactSolution16::<
|
||||||
VoterIndex = u32,
|
VoterIndex = u32,
|
||||||
|
|||||||
Reference in New Issue
Block a user