This commit is contained in:
@@ -4611,8 +4611,8 @@ int32_t komodo_staked(CMutableTransaction &txNew,uint32_t nBits,uint32_t *blockt
|
|||||||
*txtimep = (uint32_t)out.tx->nLockTime;
|
*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);
|
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,"utxo not eligible\n");
|
} //else fprintf(stderr,"utxo not eligible\n");
|
||||||
} else fprintf(stderr,"no tipindex\n");
|
} //else fprintf(stderr,"no tipindex\n");
|
||||||
}
|
}
|
||||||
if ( earliest != 0 )
|
if ( earliest != 0 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user