Skip to content

Commit

Permalink
discovery/gossiper: fix minor typo
Browse files Browse the repository at this point in the history
It was missing a space
"addingto waiting batch" -> "adding to waiting batch"
  • Loading branch information
cryptagoras authored Oct 15, 2019
1 parent a623f9d commit 0ad6c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/gossiper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ad6c47

Please sign in to comment.