mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
* Add DefaultVote trait definition * Check in cargo lock * Update cargo lock * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+134
-134
File diff suppressed because it is too large
Load Diff
@@ -418,6 +418,7 @@ impl pallet_collective::Trait<CouncilCollective> for Runtime {
|
|||||||
type MotionDuration = CouncilMotionDuration;
|
type MotionDuration = CouncilMotionDuration;
|
||||||
type MaxProposals = CouncilMaxProposals;
|
type MaxProposals = CouncilMaxProposals;
|
||||||
type MaxMembers = CouncilMaxMembers;
|
type MaxMembers = CouncilMaxMembers;
|
||||||
|
type DefaultVote = pallet_collective::PrimeDefaultVote;
|
||||||
type WeightInfo = weights::pallet_collective::WeightInfo;
|
type WeightInfo = weights::pallet_collective::WeightInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -465,6 +466,7 @@ impl pallet_collective::Trait<TechnicalCollective> for Runtime {
|
|||||||
type MotionDuration = TechnicalMotionDuration;
|
type MotionDuration = TechnicalMotionDuration;
|
||||||
type MaxProposals = TechnicalMaxProposals;
|
type MaxProposals = TechnicalMaxProposals;
|
||||||
type MaxMembers = TechnicalMaxMembers;
|
type MaxMembers = TechnicalMaxMembers;
|
||||||
|
type DefaultVote = pallet_collective::PrimeDefaultVote;
|
||||||
type WeightInfo = weights::pallet_collective::WeightInfo;
|
type WeightInfo = weights::pallet_collective::WeightInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -470,6 +470,7 @@ impl pallet_collective::Trait<CouncilCollective> for Runtime {
|
|||||||
type MotionDuration = CouncilMotionDuration;
|
type MotionDuration = CouncilMotionDuration;
|
||||||
type MaxProposals = CouncilMaxProposals;
|
type MaxProposals = CouncilMaxProposals;
|
||||||
type MaxMembers = CouncilMaxMembers;
|
type MaxMembers = CouncilMaxMembers;
|
||||||
|
type DefaultVote = pallet_collective::PrimeDefaultVote;
|
||||||
type WeightInfo = weights::pallet_collective::WeightInfo;
|
type WeightInfo = weights::pallet_collective::WeightInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -518,6 +519,7 @@ impl pallet_collective::Trait<TechnicalCollective> for Runtime {
|
|||||||
type MotionDuration = TechnicalMotionDuration;
|
type MotionDuration = TechnicalMotionDuration;
|
||||||
type MaxProposals = TechnicalMaxProposals;
|
type MaxProposals = TechnicalMaxProposals;
|
||||||
type MaxMembers = TechnicalMaxMembers;
|
type MaxMembers = TechnicalMaxMembers;
|
||||||
|
type DefaultVote = pallet_collective::PrimeDefaultVote;
|
||||||
type WeightInfo = weights::pallet_collective::WeightInfo;
|
type WeightInfo = weights::pallet_collective::WeightInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user