-
Notifications
You must be signed in to change notification settings - Fork 41
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
Balance refactoring part 1 #1085
Balance refactoring part 1 #1085
Conversation
if let Some(native_tokens) = output.native_tokens() { | ||
total_native_tokens.add_native_tokens(native_tokens.clone())?; | ||
} |
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.
So where do you check if we can actually unlock these?
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.
Hmm yeah you're right. I wanted to split more changes to later but it won't work without it.
Will redo that later, differently. |
No description provided.