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
commit 52c993043c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ tailLoop:
continue
}
// this chain needs to be trimmed
last = i
last += i
continue tailLoop
}