Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
63c93b0c0e
  1. 2
      src/komodo_bitcoind.h

2
src/komodo_bitcoind.h

@ -744,6 +744,8 @@ uint32_t komodo_interest_args(uint32_t *txheighttimep,int32_t *txheightp,uint32_
{
LOCK(cs_main);
CTransaction tx; uint256 hashBlock; CBlockIndex *pindex,*tipindex;
*txheighttimep = *txheightp = *tiptimep = 0;
*valuep = 0;
if ( !GetTransaction(hash,tx,hashBlock,true) )
return(0);
uint32_t locktime = 0;

Loading…
Cancel
Save