mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-07 21:01:48 -05:00
ternweb: fix fetching block services
This commit is contained in:
@@ -351,7 +351,7 @@ export function renderIndex() {
|
||||
const [blockServices, setBlockServices] = useState(null);
|
||||
const [locations, setLocations] = useState(null);
|
||||
useEffect(async () => {
|
||||
const resp = await registryReq('CHANGED_BLOCK_SERVICES', {Since: 0});
|
||||
const resp = await registryReq('CHANGED_BLOCK_SERVICES', {Since: "1970-01-01T00:00:00Z"});
|
||||
setBlockServices(resp.BlockServices);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user