Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Remove duplicate AccountIdConversion #360

Closed
gavofyork opened this issue Aug 11, 2019 · 0 comments
Closed

Remove duplicate AccountIdConversion #360

gavofyork opened this issue Aug 11, 2019 · 0 comments
Labels
I8-refactor Code needs refactoring.

Comments

@gavofyork
Copy link
Member

AccountIdConversion type is duplicated from Substrate's sr-primitives in parachain/src/lib.rs because we can't pull in such a huge module.

Instead, we should repot AccountIdConversion in its own crate, renaming to IdConversion, re-export from sr-primitives and also use directly in parachain/src/lib.rs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
I8-refactor Code needs refactoring.
Projects
None yet
Development

No branches or pull requests

1 participant