File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -32,20 +32,17 @@ parameter_types! {
3232 pub TreasuryAccount : AccountId = Treasury :: account_id( ) ;
3333}
3434
35- type ApproveOrigin = EitherOfDiverse < EnsureRoot < AccountId > , CouncilMajority > ;
3635type RejectOrigin = EitherOfDiverse < EnsureRoot < AccountId > , CouncilMajority > ;
3736
3837impl 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 ;
You can’t perform that action at this time.
0 commit comments