mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 20:47:38 +02: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",
|
"barrier shutdown: %v",
|
||||||
err)
|
err)
|
||||||
}
|
}
|
||||||
|
announcement.err <- err
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user