This commit is contained in:
jl777
2019-07-07 21:26:48 -11:00
parent fc20386d8d
commit 5fc26ebcbe

View File

@@ -283,7 +283,7 @@ UniValue NSPV_getinfo_req(int32_t reqht)
{
usleep(NSPV_POLLMICROS);
if ( NSPV_inforesult.height != 0 )
return(_NSPV_getinfo_json(&NSPV_inforesult));
return(NSPV_getinfo_json(&NSPV_inforesult,NSPV_inforesult.hdrheight));
}
}
memset(&I,0,sizeof(I));