discovery/gossiper: fix minor typo

It was missing a space
"addingto waiting batch" -> "adding to waiting batch"
This commit is contained in:
cryptagoras 2019-10-15 14:16:03 +03:00 committed by GitHub
parent a623f9d3e8
commit 0ad6c4748f
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