mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
Merge pull request #5732 from ellemouton/returnPingHanglerIfError
peer: return from pingHandler if error
This commit is contained in:
commit
03bce2129b
1 changed files with 1 additions and 0 deletions
|
@ -2016,6 +2016,7 @@ func (p *Brontide) pingHandler() {
|
|||
if err != nil {
|
||||
peerLog.Errorf("unable to establish block epoch "+
|
||||
"subscription: %v", err)
|
||||
return
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Reference in a new issue