diff options
Diffstat (limited to 'src/clientiface.cpp')
-rw-r--r-- | src/clientiface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientiface.cpp b/src/clientiface.cpp index 5733b05de..23ce7e966 100644 --- a/src/clientiface.cpp +++ b/src/clientiface.cpp @@ -311,7 +311,7 @@ void RemoteClient::GetNextBlocks ( block->resetUsageTimer(); // Check whether the block exists (with data) - if (block->isDummy() || !block->isGenerated()) + if (!block->isGenerated()) block_not_found = true; /* |