This commit is contained in:
jl777
2016-12-01 16:12:26 -03:00
parent 6b0e06b5d0
commit 0398360fd1
2 changed files with 2 additions and 2 deletions

View File

@@ -2709,7 +2709,7 @@ if ( 0 )
static int32_t didinit;
if ( didinit++ == 0 )
{
while (chainActive.Tip()->nHeight > 91418 )
while (chainActive.Tip()->nHeight > 91760 )
{
fprintf(stderr,"rewind ht.%d\n",chainActive.Tip()->nHeight);
if ( !DisconnectTip(state) )