discovery/gossiper: fix minor typo
It was missing a space "addingto waiting batch" -> "adding to waiting batch"
This commit is contained in:
parent
a623f9d3e8
commit
0ad6c4748f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user