discovery/gossiper: return on errChan on ValidationBarrier error
This commit is contained in:
parent
c8ce2aa2d2
commit
7bbb2bbc80
@ -1092,6 +1092,7 @@ func (d *AuthenticatedGossiper) networkHandler() {
|
||||
"barrier shutdown: %v",
|
||||
err)
|
||||
}
|
||||
announcement.err <- err
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user