From 49c783e32d8b5f1d2dda1e50b2db629119cbf76c Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Dec 2016 11:24:05 -0300 Subject: [PATCH] test --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 2a2699f2f..af9484a03 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2704,12 +2704,12 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo if (!DisconnectTip(state)) return false; } -if ( 0 ) +if ( 1 ) { static int32_t didinit; if ( didinit++ == 0 ) { - while (chainActive.Tip()->nHeight > 91760 ) + while (chainActive.Tip()->nHeight > 94000 ) { fprintf(stderr,"rewind ht.%d\n",chainActive.Tip()->nHeight); if ( !DisconnectTip(state) )