Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove unused code
  • Loading branch information
xlc committed Nov 7, 2023
commit 5f3014a8c55ed8d126a4b2667d84666e52840ff0
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();
}

Expand Down