Open ozgunozerk opened 4 months ago
We duplicated the upstream code for making the XcmFeeToAccount struct compatible with AccountId20 type in our EVM runtime template.
XcmFeeToAccount
AccountId20
To fix the issue, 2 PRs submitted:
When the new upstream releases containing these changes are out, we should get rid of the duplicated code in our code-base and make our runtime code more compact.
templates
What is the feature you would like to see?
We duplicated the upstream code for making the
XcmFeeToAccount
struct compatible withAccountId20
type in our EVM runtime template.To fix the issue, 2 PRs submitted:
When the new upstream releases containing these changes are out, we should get rid of the duplicated code in our code-base and make our runtime code more compact.
Contribution Guidelines