mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-17 20:44:23 +01:00
discovery/gossiper: return on errChan on ValidationBarrier error
This commit is contained in:
@@ -1092,6 +1092,7 @@ func (d *AuthenticatedGossiper) networkHandler() {
|
||||
"barrier shutdown: %v",
|
||||
err)
|
||||
}
|
||||
announcement.err <- err
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user