Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Nov 8, 2024
1 parent 4fa19b9 commit 3d5261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/uptime/pausable_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (p *pausableManager) Disconnect(nodeID ids.NodeID) error {
return nil
}

// IsConnected returns true if the node with the given ID is connected to the uptime.Manager
// IsConnected returns true if the node with the given ID is connected to this manager
// Note: Inner manager may have a different view of the connection status due to pausing
func (p *pausableManager) IsConnected(nodeID ids.NodeID) bool {
return p.connectedVdrs.Contains(nodeID)
Expand Down

0 comments on commit 3d5261d

Please sign in to comment.