From 788c94bdcdd3216d7c2743cb698eea9df938bef0 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Sat, 15 May 2021 11:06:56 +0100 Subject: [PATCH] htlcswitch: fix log message --- htlcswitch/link.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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