diff --git a/peer/brontide.go b/peer/brontide.go index 4c43d4a474..041776ea9b 100644 --- a/peer/brontide.go +++ b/peer/brontide.go @@ -551,7 +551,7 @@ func (p *Brontide) Start() error { } if len(activeChans) == 0 { - p.cfg.PrunePersistentPeerConnection(p.cfg.PubKeyBytes) + go p.cfg.PrunePersistentPeerConnection(p.cfg.PubKeyBytes) } // Quickly check if we have any existing legacy channels with this