mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
Merge pull request #6214 from yyforyongyu/server-start-order
server: start htlcswitch early in the pipeline
This commit is contained in:
@@ -439,7 +439,7 @@ func (c *TowerClient) buildHighestCommitHeights() {
|
||||
func (c *TowerClient) Start() error {
|
||||
var err error
|
||||
c.started.Do(func() {
|
||||
c.log.Infof("Starting watchtower client")
|
||||
c.log.Infof("Watchtower client starting")
|
||||
|
||||
// First, restart a session queue for any sessions that have
|
||||
// committed but unacked state updates. This ensures that these
|
||||
|
Reference in New Issue
Block a user