Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Use saturating subtraction for simplicity (#3880)
We have nowadays saturating arithmetic implemented for `AmountOf`s, so use this to simplify the code instead of having an `if-else` statement.
- Loading branch information