Merge branch 'actual_timestamp' of https://github.com/hyle-team/zano-explorer-zarcanum into actual_timestamp
This commit is contained in:
commit
462000e99e
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue