Skip to content

Commit

Permalink
Merge pull request #26 from torus-economy/increase-confidence
Browse files Browse the repository at this point in the history
Resolve #24 Increase seed confidence
  • Loading branch information
sskender authored Aug 4, 2023
2 parents cff17d9 + 6a7fafa commit 4b0b069
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3103,14 +3103,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
break;
}
pfrom->PushInventory(CInv(MSG_BLOCK, pindex->GetBlockHash()));
if (--nLimit <= 0)
{
// When this block is requested, we'll send an inv that'll make them
// getblocks the next batch of inventory.
printf(" getblocks stopping at limit %d %s\n", pindex->nHeight, pindex->GetBlockHash().ToString().substr(0,20).c_str());
pfrom->hashContinue = pindex->GetBlockHash();
break;
}
}
}
else if (strCommand == "checkpoint")
Expand Down

0 comments on commit 4b0b069

Please sign in to comment.