Fix dustvout

This commit is contained in:
jl777
2018-07-25 03:16:49 -11:00
parent f881f4dc68
commit 6dcd15b5c7
5 changed files with 45 additions and 15 deletions

View File

@@ -197,7 +197,7 @@ int32_t komodo_longestchain()
if ( num > (n >> 1) )
{
extern char ASSETCHAINS_SYMBOL[];
if ( height != KOMODO_LONGESTCHAIN )
if ( 0 && height != KOMODO_LONGESTCHAIN )
fprintf(stderr,"set %s KOMODO_LONGESTCHAIN <- %d\n",ASSETCHAINS_SYMBOL,height);
KOMODO_LONGESTCHAIN = height;
return(height);