This commit is contained in:
jl777
2018-07-05 22:01:16 -11:00
parent 99fb7ab30a
commit 99fbc8f0c0

View File

@@ -4605,7 +4605,7 @@ int32_t komodo_staked(CMutableTransaction &txNew,uint32_t nBits,uint32_t *blockt
{ {
if ( out.nDepth < nMinDepth || out.nDepth > nMaxDepth ) if ( out.nDepth < nMinDepth || out.nDepth > nMaxDepth )
{ {
fprintf(stderr,"komodo_staked invalid depth %d\n",(int32_t)out.nDepth); //fprintf(stderr,"komodo_staked invalid depth %d\n",(int32_t)out.nDepth);
continue; continue;
} }
if ( setAddress.size() ) if ( setAddress.size() )