Skip to content
Snippets Groups Projects
Unverified Commit 77bd1bcb authored by Liam Aharon's avatar Liam Aharon
Browse files

cleanup

parent b1c36683
Branches
No related merge requests found
Pipeline #464681 failed with stages
in 26 minutes and 44 seconds
...@@ -393,7 +393,6 @@ parameter_types! { ...@@ -393,7 +393,6 @@ parameter_types! {
pub const AssetRewardsPalletId: PalletId = PalletId(*b"py/astrd"); pub const AssetRewardsPalletId: PalletId = PalletId(*b"py/astrd");
pub const TreasurerBodyId: BodyId = BodyId::Treasury; pub const TreasurerBodyId: BodyId = BodyId::Treasury;
pub TreasurerBodyAccount: AccountId = LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap(); pub TreasurerBodyAccount: AccountId = LocationToAccountId::convert_location(&RelayTreasuryLocation::get()).unwrap();
// AccountIdConversion::<AccountId>::into_account_truncating(&RelayTreasuryLocation::get());
} }
impl pallet_asset_rewards::Config for Runtime { impl pallet_asset_rewards::Config for Runtime {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment