mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
htlcswitch/link: remove handled TODO
This commit is contained in:
parent
0c4948b40b
commit
a9bd6100ff
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue