This commit is contained in:
jl777
2018-04-09 15:31:51 +03:00
parent 786456eeca
commit 2ef19f0488

View File

@@ -569,11 +569,11 @@ uint32_t komodo_txtime(uint64_t *valuep,uint256 hash,int32_t n)
hashBlock, true))
{
//printf("null GetTransaction\n");
if ( n < tx.vout.size() )
*valuep = tx.vout[n].nValue;
return(tx.nLockTime);
return(0);
}
return(0);
if ( n < tx.vout.size() )
*valuep = tx.vout[n].nValue;
return(tx.nLockTime);
}
void komodo_disconnect(CBlockIndex *pindex,CBlock& block)