Browse Source

Syntax

warmup
jl777 5 years ago
parent
commit
99fc3cfd8a
  1. 2
      src/komodo_nSPV_superlite.h

2
src/komodo_nSPV_superlite.h

@ -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,NSPV_inforesult.hdrheight));
return(NSPV_getinfo_json(&NSPV_inforesult));
}
}
memset(&I,0,sizeof(I));

Loading…
Cancel
Save