Commit 08ee58c
authored
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.1 file changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | 214 | | |
225 | 215 | | |
226 | 216 | | |
| |||
265 | 255 | | |
266 | 256 | | |
267 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| |||
0 commit comments