Merge pull request #3603 from cryptagoras/patch-2

discovery/gossiper: fix minor typo
This commit is contained in:
Wilmer Paulino 2019-10-15 14:21:21 +02:00 committed by GitHub
commit 73ceb9a06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2092,7 +2092,7 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
}
log.Infof("Orphan %v proof announcement with "+
"short_chan_id=%v, adding"+
"short_chan_id=%v, adding "+
"to waiting batch", prefix, shortChanID)
nMsg.err <- nil
return nil