Skip to content

Commit

Permalink
update origin config for transaction-pause (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 authored Oct 16, 2021
1 parent fef0904 commit 986e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ impl module_cdp_treasury::Config for Runtime {

impl module_transaction_pause::Config for Runtime {
type Event = Event;
type UpdateOrigin = EnsureRootOrThreeFourthsGeneralCouncil;
type UpdateOrigin = EnsureRootOrTwoThirdsGeneralCouncil;
type WeightInfo = weights::module_transaction_pause::WeightInfo<Runtime>;
}

Expand Down

0 comments on commit 986e606

Please sign in to comment.