mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-22 03:44:34 +02:00
Waste is a CAmount, which is an int64_t. This will overflow an int, so `best_waste` should also be a `CAmount`.
Waste is a CAmount, which is an int64_t. This will overflow an int, so `best_waste` should also be a `CAmount`.