mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
wtclient: fix handleStaleTower comment
This commit is contained in:
parent
25c4d3f1f7
commit
449d6b5500
@ -1739,10 +1739,10 @@ func (c *TowerClient) RemoveTower(pubKey *btcec.PublicKey,
|
||||
}
|
||||
}
|
||||
|
||||
// handleNewTower handles a request for an existing tower to be removed. If none
|
||||
// of the tower's sessions have pending updates, then they will become inactive
|
||||
// and removed as candidates. If the active session queue corresponds to any of
|
||||
// these sessions, a new one will be negotiated.
|
||||
// handleStaleTower handles a request for an existing tower to be removed. If
|
||||
// none of the tower's sessions have pending updates, then they will become
|
||||
// inactive and removed as candidates. If the active session queue corresponds
|
||||
// to any of these sessions, a new one will be negotiated.
|
||||
func (c *TowerClient) handleStaleTower(msg *staleTowerMsg) error {
|
||||
// We'll load the tower before potentially removing it in order to
|
||||
// retrieve its ID within the database.
|
||||
|
Loading…
Reference in New Issue
Block a user