Merge pull request #2882 from filecoin-project/fix/selmsgs-hang

mpool: Fix SelectMessages hanging
This commit is contained in:
Łukasz Magiera
2020-08-07 01:20:37 +02:00
committed by GitHub
+1 -1
View File
@@ -117,7 +117,7 @@ tailLoop:
continue
}
// this chain needs to be trimmed
last = i
last += i
continue tailLoop
}