Remove mapRequest tracking

This commit is contained in:
Duke
2023-03-14 15:54:28 -04:00
parent 560f8e2f41
commit bde7273c9f
6 changed files with 0 additions and 41 deletions

View File

@@ -924,13 +924,6 @@ static bool ProcessBlockFound(CBlock* pblock)
reservekey.KeepKey();
}
}
// Track how many getdata requests this block gets
//if ( 0 )
{
//fprintf(stderr,"lock cs_wallet\n");
LOCK(wallet.cs_wallet);
wallet.mapRequestCount[pblock->GetHash()] = 0;
}
#endif
//fprintf(stderr,"process new block\n");