htlcswitch: fix log message

This commit is contained in:
Carsten Otto 2021-05-15 11:06:56 +01:00
parent 4f98cea820
commit 788c94bdcd

View File

@ -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