mirror of
https://git.hush.is/hush/hush3.git
synced 2025-12-06 00:02:32 -05:00
Reqheight
This commit is contained in:
parent
2584080a31
commit
ef096457b5
@ -544,7 +544,7 @@ UniValue NSPV_notarizations(int32_t reqheight)
|
||||
for (i=0; i<NSPV_POLLITERS; i++)
|
||||
{
|
||||
usleep(NSPV_POLLMICROS);
|
||||
if ( NSPV_ntzsresult.prevntz.height <= height && NSPV_ntzsresult.nextntz.height >= height )
|
||||
if ( NSPV_ntzsresult.prevntz.reqheight == reqheight )
|
||||
return(NSPV_ntzsresp_json(&NSPV_ntzsresult));
|
||||
}
|
||||
} else sleep(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user