Test
This commit is contained in:
@@ -674,6 +674,7 @@ uint32_t komodo_stake(arith_uint256 bnTarget,int32_t nHeight,uint256 txid,int32_
|
|||||||
{
|
{
|
||||||
CBlockIndex *pindex; arith_uint256 hashval; uint256 hash; int32_t minage,i,iter=0; uint32_t txtime,winner = 0; uint64_t diff,value,coinage,supply = ASSETCHAINS_SUPPLY + nHeight*ASSETCHAINS_REWARD/SATOSHIDEN;
|
CBlockIndex *pindex; arith_uint256 hashval; uint256 hash; int32_t minage,i,iter=0; uint32_t txtime,winner = 0; uint64_t diff,value,coinage,supply = ASSETCHAINS_SUPPLY + nHeight*ASSETCHAINS_REWARD/SATOSHIDEN;
|
||||||
txtime = komodo_txtime(&value,txid,vout);
|
txtime = komodo_txtime(&value,txid,vout);
|
||||||
|
fprintf(stderr,"%s/v%d %.8f txtime.%u\n",txid.ToString().c_str(),vout,dstr(value),txtime);
|
||||||
//if ( value == 0 )
|
//if ( value == 0 )
|
||||||
// return(0);
|
// return(0);
|
||||||
if ( txtime == 0 )
|
if ( txtime == 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user