From a9bd6100ffc2278d880175b53f9456b94c64f415 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Tue, 20 Nov 2018 15:09:46 +0100 Subject: [PATCH] htlcswitch/link: remove handled TODO --- htlcswitch/link.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/htlcswitch/link.go b/htlcswitch/link.go index 3ee614c78..9bda1e65a 100644 --- a/htlcswitch/link.go +++ b/htlcswitch/link.go @@ -789,9 +789,6 @@ func (l *channelLink) htlcManager() { // We failed syncing the commit chains, probably // because the remote has lost state. We should force // close the channel. - // TODO(halseth): store sent chanSync message to - // database, such that it can be resent to peer in case - // it tries to sync the channel again. case err == lnwallet.ErrCommitSyncRemoteDataLoss: fallthrough