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

View File

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