-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix: xcm runtime upgrade + assets balance update #1723
Conversation
Fix/portfolio view bugs
…ce-list Fixed amount update on balance list
MultiLocation.Interior.Junctions(junctions) | ||
} | ||
} | ||
} | ||
|
||
private fun bindJunctions(instance: Any?): List<Junction> { | ||
if (instance is List<*>) { | ||
return bindList(instance, ::bindJunction) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets leave a comment that this is v4 branch
if (instance is List<*>) { | ||
return bindList(instance, ::bindJunction) | ||
} else { | ||
return listOf(bindJunction(instance)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this is v3
Release severity: Normal |
No description provided.