diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs b/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs index 64028f911eadde7de2becdf5500b8ba5921053fa..8cd1cfcfaff81e6f626948f56dab640fe4e2c63e 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs @@ -393,7 +393,6 @@ parameter_types! { pub const AssetRewardsPalletId: PalletId = PalletId(*b"py/astrd"); pub const TreasurerBodyId: BodyId = BodyId::Treasury; pub TreasurerBodyAccount: AccountId = LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap(); - // AccountIdConversion::<AccountId>::into_account_truncating(&RelayTreasuryLocation::get()); } impl pallet_asset_rewards::Config for Runtime {