mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-10 04:59:06 +02:00
Merge pull request #5732 from ellemouton/returnPingHanglerIfError
peer: return from pingHandler if error
This commit is contained in:
commit
03bce2129b
@ -2016,6 +2016,7 @@ func (p *Brontide) pingHandler() {
|
||||
if err != nil {
|
||||
peerLog.Errorf("unable to establish block epoch "+
|
||||
"subscription: %v", err)
|
||||
return
|
||||
}
|
||||
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user