This commit is contained in:
jl777
2019-07-08 23:04:44 -11:00
parent 61a816292b
commit fd679b6f0e

View File

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