Merge branch 'actual_timestamp' of https://github.com/hyle-team/zano-explorer-zarcanum into actual_timestamp

This commit is contained in:
andrewprog97 2024-10-19 01:22:25 +03:00
commit 462000e99e
2 changed files with 2 additions and 2 deletions

View file

@ -1352,7 +1352,7 @@ const requestsLimiter = rateLimit({
const syncBlocks = async () => {
try {
await syncPrevBlocksTnxKeepers(lastBlock.height);
// await syncPrevBlocksTnxKeepers(lastBlock.height);
let count = (blockInfo?.height || 0) - lastBlock.height + 1;
if (count > 100) {

View file

@ -85,7 +85,7 @@ function Header(props: HeaderProps) {
<div className={styles["header__top__right"]}>
<Link
href={netMode === "TEST" ? "https://explorer.zano.org/" : "https://testnet-explorer.zano.org/"}
href={netMode === "TEST" ? "https://explorer.zano.org/" : "https://testnet.explorer.zano.org/"}
target="_blank"
rel="noreferrer"
>