From cc19c3b08d3eba486b4cf69f393277319245c0ec Mon Sep 17 00:00:00 2001 From: Michael Toutonghi Date: Wed, 16 May 2018 05:56:54 -0700 Subject: [PATCH] finish testing change --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 42bf94864..be311b0c4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; }