Merge pull request #2882 from filecoin-project/fix/selmsgs-hang
mpool: Fix SelectMessages hanging
This commit is contained in:
commit
52c993043c
@ -117,7 +117,7 @@ tailLoop:
|
||||
continue
|
||||
}
|
||||
// this chain needs to be trimmed
|
||||
last = i
|
||||
last += i
|
||||
continue tailLoop
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user