finish testing change

This commit is contained in:
Michael Toutonghi
2018-05-16 05:56:54 -07:00
parent 351bbd2eae
commit cc19c3b08d

View File

@@ -6027,7 +6027,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
CBlockHeader h = pindex->GetBlockHeader();
// we seem to be off by one, see if adding one to solution addresses the problem
h.nSolution.push_back(0);
vHeaders.push_back(pindex->GetBlockHeader());
vHeaders.push_back(h);
if (--nLimit <= 0 || pindex->GetBlockHash() == hashStop)
break;
}