torrent.go | 2 +- diff --git a/torrent.go b/torrent.go index 15029945d1af9db6e5f190e8562349145c45d0f1..26f23869c906615e15f9512dd8eda5de5c95619c 100644 --- a/torrent.go +++ b/torrent.go @@ -1619,7 +1619,7 @@ if !p.t.piecesQueuedForHash.Remove(bitmap.BitIndex(piece)) { panic("piece was not queued") } t.updatePiecePriority(piece) - if t.closed.IsSet() || t.pieceComplete(piece) { + if t.closed.IsSet() { return } p.hashing = true