bisq/core/src
Steven Barclay e0dca7d804
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.
2021-01-11 20:13:41 +00:00
..
main Fix request amount bounds in ReimbursementValidator 2021-01-11 20:13:41 +00:00
test Add missing Filter params in tests 2021-01-04 12:00:00 -05:00