You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
AccountIdConversion
type is duplicated from Substrate'ssr-primitives
inparachain/src/lib.rs
because we can't pull in such a huge module.Instead, we should repot
AccountIdConversion
in its own crate, renaming toIdConversion
, re-export fromsr-primitives
and also use directly inparachain/src/lib.rs
.The text was updated successfully, but these errors were encountered: