mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 12:01:39 +02:00
Merge pull request #6214 from yyforyongyu/server-start-order
server: start htlcswitch early in the pipeline
This commit is contained in:
@@ -490,7 +490,7 @@ func (r *ChannelRouter) Start() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Tracef("Channel Router starting")
|
||||
log.Info("Channel Router starting")
|
||||
|
||||
bestHash, bestHeight, err := r.cfg.Chain.GetBestBlock()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user