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
// LatestChainInfo - returns number of live nodes available in the pool, so we can prevent the last alive node in a pool from being marked as out-of-sync.
258
-
// Return highest ChainInfo most recently received by the alive nodes.
257
+
// LatestChainInfo returns the number of alive nodes in the pool (excluding the node identified by callerName
258
+
// from the count) and the highest ChainInfo most recently received by alive nodes.
259
259
// E.g. If Node A's the most recent block is 10 and highest 15 and for Node B it's - 12 and 14. This method will return 12.
0 commit comments