File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9494 mut fees_then_tips : impl Iterator < Item = pallet_balances:: NegativeImbalance < R > > ,
9595 ) {
9696 if let Some ( fees) = fees_then_tips. next ( ) {
97- // substrate
98- use frame_support:: traits:: Imbalance ;
99-
10097 // Balances pallet automatically burns dropped Negative Imbalances by decreasing
10198 // total_supply accordingly
10299 <pallet_treasury:: Pallet < R > as frame_support:: traits:: OnUnbalanced < _ > >:: on_unbalanced (
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ impl pallet_democracy::Config for Runtime {
5555 type RuntimeEvent = RuntimeEvent ;
5656 type Scheduler = Scheduler ;
5757 type Slash = Treasury ;
58+ type SubmitOrigin = frame_system:: EnsureSigned < AccountId > ;
5859 // Any single technical committee member may veto a coming council proposal, however they can
5960 // only do it once and it lasts only for the cool-off period.
6061 type VetoOrigin = pallet_collective:: EnsureMember < AccountId , TechnicalCollective > ;
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ impl pallet_democracy::Config for Runtime {
5555 type RuntimeEvent = RuntimeEvent ;
5656 type Scheduler = Scheduler ;
5757 type Slash = Treasury ;
58+ type SubmitOrigin = frame_system:: EnsureSigned < AccountId > ;
5859 // Any single technical committee member may veto a coming council proposal, however they can
5960 // only do it once and it lasts only for the cool-off period.
6061 type VetoOrigin = pallet_collective:: EnsureMember < AccountId , TechnicalCollective > ;
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ impl pallet_democracy::Config for Runtime {
5555 type RuntimeEvent = RuntimeEvent ;
5656 type Scheduler = Scheduler ;
5757 type Slash = Treasury ;
58+ type SubmitOrigin = frame_system:: EnsureSigned < AccountId > ;
5859 // Any single technical committee member may veto a coming council proposal, however they can
5960 // only do it once and it lasts only for the cool-off period.
6061 type VetoOrigin = pallet_collective:: EnsureMember < AccountId , TechnicalCollective > ;
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ impl pallet_democracy::Config for Runtime {
5555 type RuntimeEvent = RuntimeEvent ;
5656 type Scheduler = Scheduler ;
5757 type Slash = Treasury ;
58+ type SubmitOrigin = frame_system:: EnsureSigned < AccountId > ;
5859 // Any single technical committee member may veto a coming council proposal, however they can
5960 // only do it once and it lasts only for the cool-off period.
6061 type VetoOrigin = pallet_collective:: EnsureMember < AccountId , TechnicalCollective > ;
You can’t perform that action at this time.
0 commit comments