Merge pull request #6214 from yyforyongyu/server-start-order

server: start htlcswitch early in the pipeline
This commit is contained in:
Olaoluwa Osuntokun
2022-02-24 15:32:46 -08:00
committed by GitHub
20 changed files with 34 additions and 22 deletions

View File

@@ -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 {