htlcswitch: fix log message
This commit is contained in:
parent
4f98cea820
commit
788c94bdcd
@ -640,7 +640,7 @@ func (l *channelLink) createFailureWithUpdate(
|
|||||||
// flow. We'll compare out commitment chains with the remote party, and re-send
|
// flow. We'll compare out commitment chains with the remote party, and re-send
|
||||||
// either a danging commit signature, a revocation, or both.
|
// either a danging commit signature, a revocation, or both.
|
||||||
func (l *channelLink) syncChanStates() error {
|
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
|
// First, we'll generate our ChanSync message to send to the other
|
||||||
// side. Based on this message, the remote party will decide if they
|
// side. Based on this message, the remote party will decide if they
|
||||||
|
Loading…
Reference in New Issue
Block a user