From 6a7fafa2a7d9193f728fb556daa6314bca86f513 Mon Sep 17 00:00:00 2001 From: Sven Skender Date: Fri, 4 Aug 2023 13:49:15 +0200 Subject: [PATCH] Resolve #24 Increase seed confidence --- src/main.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 7dd2a9f..c84123d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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")