sleep(1);

This commit is contained in:
jl777
2019-07-08 23:29:53 -11:00
parent cca82a3d66
commit 26a0cbc89f
2 changed files with 2 additions and 1 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);
}
}