Commit 6638844
Fix bonus claims not counted in claim limit check
The claimChunk() method was using config.calculateMaxClaims() which
ignored bonus claim slots, bonus max claims, and unlimited claims flag.
Now uses getMaxClaims() which properly handles all bonus types.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6ffa843 commit 6638844
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments