This commit is contained in:
jl777
2018-06-01 06:56:35 -11:00
parent 2e4cc2a27f
commit 65777b40ab

View File

@@ -4611,7 +4611,7 @@ int32_t komodo_staked(CMutableTransaction &txNew,uint32_t nBits,uint32_t *blockt
*txtimep = (uint32_t)out.tx->nLockTime;
fprintf(stderr,"earliest.%u [%d] (%s) nValue %.8f locktime.%u\n",earliest,(int32_t)(earliest- *blocktimep),CBitcoinAddress(address).ToString().c_str(),(double)nValue/COIN,*txtimep);
}
} else fprintf(stderr,"%s not eligible\n",out.tx->GetHash().c_str());
} else fprintf(stderr,"%s not eligible\n",out.tx->GetHash());
} else fprintf(stderr,"no tipindex\n");
}
if ( earliest != 0 )