Make HashedBlockStream::atEnd report EOF correctly
This commit is contained in:
@@ -256,3 +256,7 @@ bool HashedBlockStream::writeHashedBlock()
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool HashedBlockStream::atEnd() const {
|
||||
return m_eof;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user