This commit is contained in:
jl777
2019-07-08 23:14:50 -11:00
parent fd679b6f0e
commit b31ef7ec9c
3 changed files with 41 additions and 41 deletions

View File

@@ -393,7 +393,7 @@ uint32_t NSPV_blocktime(int32_t hdrheight)
NSPV_getinfo_req(hdrheight);
if ( NSPV_inforesult.hdrheight == hdrheight )
{
fprintf(stderr,"NSPV_blocktime ht.%d -> t%u\n",hdrheight,NSPV_inforesult.H.nTime);
//fprintf(stderr,"NSPV_blocktime ht.%d -> t%u\n",hdrheight,NSPV_inforesult.H.nTime);
return(NSPV_inforesult.H.nTime);
}
}