Skip to content

Commit

Permalink
Adjust ForceOrigins
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed Nov 7, 2023
1 parent bcfcaea commit a86c36a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -685,10 +685,7 @@ macro_rules! impl_config_traits {
type CreateOrigin = AsEnsureOriginWithArg<EnsureNever<AccountId>>;
type Currency = Balances;
type Extra = ();
type ForceOrigin = EitherOfDiverse<
EnsureRootOrTwoThirdsCouncil,
EnsureRootOrAllTechnicalCommittee,
>;
type ForceOrigin = EnsureRootOrTwoThirdsCouncil,
type Freezer = ();
type MetadataDepositBase = CampaignAssetsMetadataDepositBase;
type MetadataDepositPerByte = CampaignAssetsMetadataDepositPerByte;
Expand Down Expand Up @@ -725,7 +722,7 @@ macro_rules! impl_config_traits {
type CreateOrigin = AsEnsureOriginWithArg<EnsureNever<AccountId>>;
type Currency = Balances;
type Extra = ();
type ForceOrigin = EnsureRootOrTwoThirdsTechnicalCommittee;
type ForceOrigin = EnsureRootOrAllTechnicalCommittee;
type Freezer = ();
type MetadataDepositBase = MarketAssetsMetadataDepositBase;
type MetadataDepositPerByte = MarketAssetsMetadataDepositPerByte;
Expand Down

0 comments on commit a86c36a

Please sign in to comment.