RedeemQueue::isResolved() resolvedCount always returns requestIds.length
Description
resolvedCount in RedeemQueue::isResolved() always increments in the loop, regardless of it being resolved_ or not. The function is not exposed so it has no impact but could be a future issue.
Recommendation
Only increment the count when it is resolved.
Status
Addressed in #9ec2322.