Skip to content

Commit

Permalink
Reduce vote ratio for advisory disputes (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 authored Nov 28, 2022
1 parent f529a7e commit a9cacb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ macro_rules! impl_config_traits {
impl zrml_authorized::Config for Runtime {
type Event = Event;
type MarketCommons = MarketCommons;
type AuthorizedDisputeResolutionOrigin = EnsureRootOrTwoThirdsAdvisoryCommittee;
type AuthorizedDisputeResolutionOrigin = EnsureRootOrHalfAdvisoryCommittee;
type PalletId = AuthorizedPalletId;
type WeightInfo = zrml_authorized::weights::WeightInfo<Runtime>;
}
Expand Down

0 comments on commit a9cacb3

Please sign in to comment.