mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
571966440c
This commit adds a `MarkChannelClosed` method to the tower client DB. This function can be called when a channel is closed and it will check the channel's associated sessions to see if any of them are "closable". Any closable sessions are added to a new `cClosableSessionsBkt` bucket so that they can be evaluated in future. Note that only the logic for this function is added in this commit and it is not yet called. |
||
---|---|---|
.. | ||
addr_iterator_test.go | ||
addr_iterator.go | ||
backup_task_internal_test.go | ||
backup_task.go | ||
candidate_iterator_test.go | ||
candidate_iterator.go | ||
client_test.go | ||
client.go | ||
errors.go | ||
interface.go | ||
log.go | ||
session_negotiator.go | ||
session_queue.go | ||
stats.go | ||
task_pipeline.go |