mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
discovery/gossiper: return on errChan on ValidationBarrier error
This commit is contained in:
parent
c8ce2aa2d2
commit
7bbb2bbc80
1 changed files with 1 additions and 0 deletions
|
@ -1092,6 +1092,7 @@ func (d *AuthenticatedGossiper) networkHandler() {
|
|||
"barrier shutdown: %v",
|
||||
err)
|
||||
}
|
||||
announcement.err <- err
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue