discovery/gossiper: return on errChan on ValidationBarrier error

This commit is contained in:
Johan T. Halseth 2018-08-20 14:28:10 +02:00
parent c8ce2aa2d2
commit 7bbb2bbc80
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -1092,6 +1092,7 @@ func (d *AuthenticatedGossiper) networkHandler() {
"barrier shutdown: %v",
err)
}
announcement.err <- err
return
}