mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02: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:
@@ -145,9 +145,6 @@ func newSessionQueue(cfg *sessionQueueConfig) *sessionQueue {
|
|||||||
// backups.
|
// backups.
|
||||||
func (q *sessionQueue) Start() {
|
func (q *sessionQueue) Start() {
|
||||||
q.started.Do(func() {
|
q.started.Do(func() {
|
||||||
// TODO(conner): load prior committed state updates from disk an
|
|
||||||
// populate in queue.
|
|
||||||
|
|
||||||
go q.sessionManager()
|
go q.sessionManager()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user