Skip to content

Commit a23bbb1

Browse files
update
1 parent d030e50 commit a23bbb1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

multinode/node_lifecycle.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ func (n *node[CHAIN_ID, HEAD, RPC]) aliveLoop() {
136136
n.declareUnreachable()
137137
return
138138
}
139-
if outOfSync, liveNodes := n.isOutOfSyncWithPool(); outOfSync {
140-
// note: there must be another live node for us to be out of sync
141-
if liveNodes < 1 && !n.isLoadBalancedRPC {
139+
if outOfSync, liveNodes := n.isOutOfSyncWithPool(); outOfSync {
140+
// note: there must be another live node for us to be out of sync
141+
if liveNodes < 1 && !n.isLoadBalancedRPC {
142142
lggr.Criticalf("RPC endpoint has fallen behind; %s %s", msgCannotDisable, msgDegradedState)
143143
continue
144144
}

0 commit comments

Comments
 (0)