Test
This commit is contained in:
@@ -610,7 +610,7 @@ uint32_t komodo_heightstamp(int32_t height)
|
|||||||
{
|
{
|
||||||
CBlockIndex *ptr;
|
CBlockIndex *ptr;
|
||||||
if ( height > 0 && (ptr= komodo_chainactive(height)) != 0 )
|
if ( height > 0 && (ptr= komodo_chainactive(height)) != 0 )
|
||||||
reeturn(ptr->nTime);
|
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);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user