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

@@ -4043,9 +4043,6 @@ bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey)
delete pwalletdb;
}
// Track how many getdata requests our transaction gets
mapRequestCount[wtxNew.GetHash()] = 0;
std::string strCmd = GetArg("-txsend", "");
if (fBroadcastTransactions)