Compare commits

..

1 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class BlockProcessor {
break;
}
if (i > wf.getSlidingWindowSize()) {
if (++i > wf.getSlidingWindowSize()) {
break;
}