Commit 0243f4a
committed
fix: include first sector in toRemove before continue on actor-not-found
The continue skipped toRemove.Set() for the first sector discovered
for a dead miner. Subsequent sectors were fine since they bypassed
the if-block. Now explicitly set the first sector before continuing.1 parent 016a70d commit 0243f4a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
0 commit comments