Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix request amount bounds in ReimbursementValidator
Use ReimbursementConsensus.get[Min|Max]ReimbursementRequestAmount in place of CompensationConsensus.get[Min|Max]CompensationRequestAmount, which was erroneously copied (it appears) from the very similar CompensationValidator class. This ensures the correct upper bound (currently 80,000 BSQ, starting at 10,000 BSQ and doubled in cycles 12, 13 & 14) is placed on reimbursement requests, instead of the erroneous 100,000 BSQ upper bound for compensation requests.
- Loading branch information