Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add saturating sub to prevent potential underflow (#4286)
Replaced some standard minuses with `saturating_sub` to prevent underflows, particularly when testing with a tip height that is low.
- Loading branch information