diff --git a/runtime/battery-station/src/parameters.rs b/runtime/battery-station/src/parameters.rs index 4b37e26c1..bca43038d 100644 --- a/runtime/battery-station/src/parameters.rs +++ b/runtime/battery-station/src/parameters.rs @@ -144,7 +144,6 @@ parameter_types! { // ORML pub const GetNativeCurrencyId: CurrencyId = Asset::Ztg; - pub DustAccount: AccountId = PalletId(*b"orml/dst").into_account_truncating(); // Prediction Market parameters /// (Slashable) Bond that is provided for creating an advised market that needs approval. diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 0151f932d..ff1ae26ce 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -556,7 +556,7 @@ macro_rules! impl_config_traits { type ExistentialDeposits = ExistentialDeposits; type MaxLocks = MaxLocks; type MaxReserves = MaxReserves; - type OnDust = orml_tokens::TransferDust; + type OnDust = orml_tokens::TransferDust; type OnKilledTokenAccount = (); type OnNewTokenAccount = (); type ReserveIdentifier = [u8; 8]; diff --git a/runtime/zeitgeist/src/parameters.rs b/runtime/zeitgeist/src/parameters.rs index 794afd2a5..e0ebcbd56 100644 --- a/runtime/zeitgeist/src/parameters.rs +++ b/runtime/zeitgeist/src/parameters.rs @@ -144,7 +144,6 @@ parameter_types! { // ORML pub const GetNativeCurrencyId: CurrencyId = Asset::Ztg; - pub DustAccount: AccountId = PalletId(*b"orml/dst").into_account_truncating(); // Prediction Market parameters /// (Slashable) Bond that is provided for creating an advised market that needs approval.