mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
watchtower/wtclient: remove stale sessionQueue TODO
The state updates that are pending to be acked by the tower are already loaded within newSessionQueue.
This commit is contained in:
parent
4722a67ebb
commit
76f9c9bd52
1 changed files with 0 additions and 3 deletions
|
@ -145,9 +145,6 @@ func newSessionQueue(cfg *sessionQueueConfig) *sessionQueue {
|
|||
// backups.
|
||||
func (q *sessionQueue) Start() {
|
||||
q.started.Do(func() {
|
||||
// TODO(conner): load prior committed state updates from disk an
|
||||
// populate in queue.
|
||||
|
||||
go q.sessionManager()
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue