-
Notifications
You must be signed in to change notification settings - Fork 9
Possible bug fixes #491
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
Possible bug fixes #491
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
18abd49 to
5d7f6af
Compare
a578925 to
2505da0
Compare
94552f7 to
aaf3dc3
Compare
aaf3dc3 to
5f3e57c
Compare
| pub fn update(&mut self, removed_amount: Balance) -> Price { | ||
| self.amount_left.saturating_reduce(removed_amount); | ||
| if self.amount_left.is_zero() { | ||
| if self.amount_left.is_zero() || self.amount_left == 1 { |
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.
😄
5f3e57c to
6aefbd1
Compare
5d7f6af to
e22194d
Compare
6ee8df3 to
5d7f6af
Compare
6aefbd1 to
9c6b183
Compare
5d7f6af to
0b9f973
Compare
34df862 to
9d12df6
Compare
Graphite Automations"Auto-assign PRs to author" took an action on this PR • (07/10/25)1 assignee was added to this PR based on Juan Ignacio Rios's automation. |
0b9f973 to
ef21f98
Compare
9d12df6 to
c5b4ada
Compare
c5b4ada to
9d12df6
Compare
ef21f98 to
0b9f973
Compare
0b9f973 to
bc4bb16
Compare
9d12df6 to
e71d7d3
Compare

What?
Why?
How?
Testing?
Screenshots (optional)
Anything Else?