Skip to content

Commit

Permalink
https://github.com/paritytech/polkadot-sdk/pull/4831
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Sep 12, 2024
1 parent 80f5c6b commit 7d08b77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/laos/src/configs/treasury.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,17 @@ parameter_types! {
pub TreasuryAccount: AccountId = Treasury::account_id();
}

type ApproveOrigin = EitherOfDiverse<EnsureRoot<AccountId>, CouncilMajority>;
type RejectOrigin = EitherOfDiverse<EnsureRoot<AccountId>, CouncilMajority>;

impl pallet_treasury::Config for Runtime {
type AssetKind = ();
type ApproveOrigin = ApproveOrigin;
type BalanceConverter = UnityAssetBalanceConversion;
type Beneficiary = AccountId;
type BeneficiaryLookup = IdentityLookup<Self::Beneficiary>;
type Burn = Burn;
type BurnDestination = ();
type Currency = Balances;
type MaxApprovals = MaxApprovals;
type OnSlash = Treasury;
type PalletId = TreasuryId;
type Paymaster = PayFromAccount<Balances, TreasuryAccount>;
type PayoutPeriod = PayoutPeriod;
Expand Down

0 comments on commit 7d08b77

Please sign in to comment.