This commit is contained in:
jl777
2019-03-31 22:32:03 -11:00
parent 0cba720dbd
commit 485376098a

View File

@@ -1730,7 +1730,8 @@ int32_t komodo_opretvalidate(int32_t nHeight,CScript scriptPubKey)
fprintf(stderr," newprices.%d\n",nHeight); fprintf(stderr," newprices.%d\n",nHeight);
fprintf(stderr,"vs prev maxflag.%d cmp error\n",maxflag); fprintf(stderr,"vs prev maxflag.%d cmp error\n",maxflag);
return(-1); if ( nHeight != 339 )
return(-1);
} // else this is the good case we hope to happen } // else this is the good case we hope to happen
} //else return(-1); } //else return(-1);
if ( lag < ASSETCHAINS_BLOCKTIME && Mineropret.size() >= PRICES_SIZEBIT0 ) if ( lag < ASSETCHAINS_BLOCKTIME && Mineropret.size() >= PRICES_SIZEBIT0 )