Skip to content

Commit

Permalink
Merge pull request #3603 from cryptagoras/patch-2
Browse files Browse the repository at this point in the history
discovery/gossiper: fix minor typo
  • Loading branch information
wpaulino authored Oct 15, 2019
2 parents a623f9d + 0ad6c47 commit 73ceb9a
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 73ceb9a

Please sign in to comment.