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
Fix stale sharechain view: walk from tallest chain head instead of verified best
Both /sharechain/stats and /sharechain/window were walking from
best_share_hash() (verified chain tip), which lags during sync.
Now finds tallest chain head so the grid stays current.
0 commit comments