This commit is contained in:
jl777
2018-04-17 13:26:13 +03:00
parent 2653fac26c
commit 629191d1e4

View File

@@ -167,7 +167,7 @@ bool CZMQPublishRawBlockNotifier::NotifyBlock(const CBlockIndex *pindex)
{ {
LOCK(cs_main); LOCK(cs_main);
CBlock block; CBlock block;
if(!ReadBlockFromDisk(block, pindex)) if(!ReadBlockFromDisk(block, pindex,1))
{ {
zmqError("Can't read block from disk"); zmqError("Can't read block from disk");
return false; return false;