diff --git a/htlcswitch/link.go b/htlcswitch/link.go index 9d6ad673..e4f49b3d 100644 --- a/htlcswitch/link.go +++ b/htlcswitch/link.go @@ -640,7 +640,7 @@ func (l *channelLink) createFailureWithUpdate( // flow. We'll compare out commitment chains with the remote party, and re-send // either a danging commit signature, a revocation, or both. func (l *channelLink) syncChanStates() error { - l.log.Info("attempting to re-resynchronize") + l.log.Info("attempting to re-synchronize") // First, we'll generate our ChanSync message to send to the other // side. Based on this message, the remote party will decide if they