mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +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:
@@ -418,6 +418,7 @@ impl pallet_collective::Trait<CouncilCollective> for Runtime {
|
||||
type MotionDuration = CouncilMotionDuration;
|
||||
type MaxProposals = CouncilMaxProposals;
|
||||
type MaxMembers = CouncilMaxMembers;
|
||||
type DefaultVote = pallet_collective::PrimeDefaultVote;
|
||||
type WeightInfo = weights::pallet_collective::WeightInfo;
|
||||
}
|
||||
|
||||
@@ -465,6 +466,7 @@ impl pallet_collective::Trait<TechnicalCollective> for Runtime {
|
||||
type MotionDuration = TechnicalMotionDuration;
|
||||
type MaxProposals = TechnicalMaxProposals;
|
||||
type MaxMembers = TechnicalMaxMembers;
|
||||
type DefaultVote = pallet_collective::PrimeDefaultVote;
|
||||
type WeightInfo = weights::pallet_collective::WeightInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user