Skip to content

Commit 7d08b77

Browse files
committed
https://github.com/paritytech/polkadot-sdk/pull/4831
1 parent 80f5c6b commit 7d08b77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runtime/laos/src/configs/treasury.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,17 @@ parameter_types! {
3232
pub TreasuryAccount: AccountId = Treasury::account_id();
3333
}
3434

35-
type ApproveOrigin = EitherOfDiverse<EnsureRoot<AccountId>, CouncilMajority>;
3635
type RejectOrigin = EitherOfDiverse<EnsureRoot<AccountId>, CouncilMajority>;
3736

3837
impl pallet_treasury::Config for Runtime {
3938
type AssetKind = ();
40-
type ApproveOrigin = ApproveOrigin;
4139
type BalanceConverter = UnityAssetBalanceConversion;
4240
type Beneficiary = AccountId;
4341
type BeneficiaryLookup = IdentityLookup<Self::Beneficiary>;
4442
type Burn = Burn;
4543
type BurnDestination = ();
4644
type Currency = Balances;
4745
type MaxApprovals = MaxApprovals;
48-
type OnSlash = Treasury;
4946
type PalletId = TreasuryId;
5047
type Paymaster = PayFromAccount<Balances, TreasuryAccount>;
5148
type PayoutPeriod = PayoutPeriod;

0 commit comments

Comments
 (0)