Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 7, 2023
1 parent e2dbfbf commit 5f3014a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tokens/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,9 @@ impl ContainsLengthBound for TenToFourteen {

parameter_types! {
pub const ProposalBond: Permill = Permill::from_percent(5);
pub const ProposalBondMinimum: u64 = 1;
pub const ProposalBondMaximum: u64 = 5;
pub const SpendPeriod: u64 = 2;
pub const Burn: Permill = Permill::from_percent(50);
pub const TreasuryPalletId: PalletId = PalletId(*b"py/trsry");
pub const GetTokenId: CurrencyId = DOT;
pub const MaxApprovals: u32 = 100;
pub TreasuryAccount: AccountId = Treasury::account_id();

Check warning on line 108 in tokens/src/mock.rs

View check run for this annotation

Codecov / codecov/patch

tokens/src/mock.rs#L108

Added line #L108 was not covered by tests
}

Expand Down

0 comments on commit 5f3014a

Please sign in to comment.