Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix overflow in progress report (Chia-Network#279)
In phase4, the numerator `n` and denominator `max_n` reported via progress are larger than 2^31, causing the printed progress to be incorrect. This change fixes that overflow.
- Loading branch information