You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on the TOKEL chain getinfo showed bad "longestchain" much greater than the actual tip (53474 vs 52577). There was a banned, not synced node in the net (in getpeerinfo it has the startingheight=53474 taken as longestchain).
So the longestchain calc algo appears incorrect, it should skip not-synced nodes somehow
The text was updated successfully, but these errors were encountered:
on the TOKEL chain getinfo showed bad "longestchain" much greater than the actual tip (53474 vs 52577). There was a banned, not synced node in the net (in getpeerinfo it has the startingheight=53474 taken as longestchain).
So the longestchain calc algo appears incorrect, it should skip not-synced nodes somehow
The text was updated successfully, but these errors were encountered: