From a2f017de0858621c2274c788596dfff9a49b23ad Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 23 Mar 2017 20:05:02 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 47417e894..30e3ab5cb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -381,7 +381,7 @@ void UpdateBlockAvailability(NodeId nodeid, const uint256 &hash) { CNodeState *state = State(nodeid); assert(state != NULL); - ProcessBlockAvailability(nodeid); + //ProcessBlockAvailability(nodeid); /*BlockMap::iterator it = mapBlockIndex.find(hash); if (it != mapBlockIndex.end() && it->second->nChainWork > 0) {