diff --git a/torrent.go b/torrent.go index c4abf295..95e97261 100644 --- a/torrent.go +++ b/torrent.go @@ -1552,6 +1552,7 @@ func (t *Torrent) verifyPiece(piece int) { cl.mu.Lock() p.hashing = false t.pieceHashed(piece, sum == p.hash) + t.publishPieceChange(piece) } // Return the connections that touched a piece, and clear the entry while