Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
b91ef9cf13
  1. 2
      src/komodo_bitcoind.h

2
src/komodo_bitcoind.h

@ -693,7 +693,7 @@ uint32_t komodo_heightstamp(int32_t height)
CBlockIndex *ptr;
if ( height > 0 && (ptr= komodo_chainactive(height)) != 0 )
return(ptr->nTime);
else fprintf(stderr,"komodo_heightstamp null ptr for block.%d\n",height);
//else fprintf(stderr,"komodo_heightstamp null ptr for block.%d\n",height);
return(0);
}

Loading…
Cancel
Save