mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
[Companion PR] make council members able to note preimage using operation extirnsic (#1120)
* make council members able to note preimage using operation extirnsic * Bump Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
Generated
+131
-131
File diff suppressed because it is too large
Load Diff
@@ -373,6 +373,7 @@ impl democracy::Trait for Runtime {
|
|||||||
type Slash = Treasury;
|
type Slash = Treasury;
|
||||||
type Scheduler = Scheduler;
|
type Scheduler = Scheduler;
|
||||||
type MaxVotes = MaxVotes;
|
type MaxVotes = MaxVotes;
|
||||||
|
type OperationalPreimageOrigin = collective::EnsureMember<AccountId, CouncilCollective>;
|
||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
|
|||||||
@@ -378,6 +378,7 @@ impl democracy::Trait for Runtime {
|
|||||||
type Slash = Treasury;
|
type Slash = Treasury;
|
||||||
type Scheduler = Scheduler;
|
type Scheduler = Scheduler;
|
||||||
type MaxVotes = MaxVotes;
|
type MaxVotes = MaxVotes;
|
||||||
|
type OperationalPreimageOrigin = collective::EnsureMember<AccountId, CouncilCollective>;
|
||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
|
|||||||
Reference in New Issue
Block a user