Skip to content

Commit

Permalink
Move ZBS/ZTG dust into the treasury (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed Jun 9, 2023
1 parent ad0fb01 commit a0608e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ macro_rules! impl_config_traits {
impl pallet_balances::Config for Runtime {
type AccountStore = System;
type Balance = Balance;
type DustRemoval = ();
type DustRemoval = Treasury;
type RuntimeEvent = RuntimeEvent;
type ExistentialDeposit = ExistentialDeposit;
type MaxLocks = MaxLocks;
Expand Down

0 comments on commit a0608e5

Please sign in to comment.