Test
This commit is contained in:
@@ -571,6 +571,7 @@ uint32_t komodo_txtime(uint64_t *valuep,uint256 hash,int32_t n)
|
||||
fprintf(stderr,"%s/v%d null GetTransaction locktime.%u\n",hash.ToString().c_str(),n,(uint32_t)tx.nLockTime);
|
||||
return(0);
|
||||
}
|
||||
fprintf(stderr,"%s/v%d locktime.%u\n",hash.ToString().c_str(),n,(uint32_t)tx.nLockTime);
|
||||
if ( n < tx.vout.size() )
|
||||
*valuep = tx.vout[n].nValue;
|
||||
return(tx.nLockTime);
|
||||
|
||||
Reference in New Issue
Block a user