Skip to content

Commit

Permalink
Set aliveLoopSub (#10893)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-dorin authored Oct 10, 2023
1 parent e499700 commit a4154c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/chains/evm/client/node_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (n *node) aliveLoop() {
n.declareUnreachable()
return
}
n.aliveLoopSub = sub
defer sub.Unsubscribe()

var outOfSyncT *time.Ticker
Expand Down

0 comments on commit a4154c7

Please sign in to comment.