This commit is contained in:
jl777
2016-11-19 19:38:23 -03:00
parent d7529fce68
commit 84ee07e926

View File

@@ -604,7 +604,7 @@ void komodo_passport_iteration()
fclose(fp); fclose(fp);
} else fprintf(stderr,"%s open error RT\n",base); } else fprintf(stderr,"%s open error RT\n",base);
} }
else if ( chainActive.Tip()->nHeight != lastRTheight ) else //if ( chainActive.Tip()->nHeight != lastRTheight )
{ {
lastRTheight = chainActive.Tip()->nHeight; lastRTheight = chainActive.Tip()->nHeight;
komodo_statefname(fname,baseid<32?base:(char *)"",(char *)"realtime"); komodo_statefname(fname,baseid<32?base:(char *)"",(char *)"realtime");