diff --git a/src/miner.cpp b/src/miner.cpp index 136769eb1..d76a9931a 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -597,6 +597,7 @@ static bool ProcessBlockFound(CBlock* pblock) } } // Track how many getdata requests this block gets + if ( 0 ) { LOCK(wallet.cs_wallet); wallet.mapRequestCount[pblock->GetHash()] = 0;