This commit is contained in:
jl777
2017-03-24 02:11:26 +02:00
parent 0cb1d2da0d
commit f21afd9420

View File

@@ -610,7 +610,7 @@ uint32_t komodo_heightstamp(int32_t height)
{
CBlockIndex *ptr;
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);
return(0);
}