From d27148cf0cb242534cb2b4e54365755ffd87583a Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 18 Mar 2017 10:38:10 +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 e3ea9cab7..06ef18e33 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2779,7 +2779,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo pindexFork = chainActive.FindFork(pindexMostWork); sleep(3); didinit++; - return(false); + return(true); } if ( didinit == 0 ) {