Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the wallets limit filter in the wallet maintainer redemptions code (
#3683) Closes: #3682 As described in #3682, the current logic is wrong. If the `WalletsLimit` filter is on, always the same oldest wallets will be taken into account so redemption requests targeting newer wallets can be missed by the wallet maintainer. We are fixing that by applying the `WalletsLimit` filter at a later stage.
- Loading branch information