From 1e3f8b44fe635d75f3140855ac665f29cbce9760 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Apr 2017 23:10:31 +0300 Subject: [PATCH] Test --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) 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;