Skip to content

Commit

Permalink
Support DustRemovalWhitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Aug 30, 2021
1 parent 7c856b7 commit 1b08d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib-serml/tokens/currencies/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ impl tokens::Config for Runtime {
type OnDust = tokens::TransferDust<Runtime, DustAccount>;
type WeightInfo = ();
type MaxLocks = MaxLocks;
type DustRemovalWhitelist = ();
}

pub const NATIVE_CURRENCY_ID: CurrencyId = CurrencyId::Token(TokenSymbol::DNAR);
Expand Down

0 comments on commit 1b08d62

Please sign in to comment.