Files
lnd/watchtower
Elle Mouton 105c44df9b watchtower: use more efficient session query on startup
In this commit, the functions used to fetch candidate sessions and
towers on creation of the watchtower Client are changed to make use of
the more efficient lookup functions. Previously, all sessions were
listed from the DB and then these were used to collect the active
towers which in certain situations lead to some users getting the
"tower not found" error on start up. With this commit, we instead first
list all Towers in the DB and then we fetch the sessions for each of
those towers.
2022-10-13 11:30:27 +02:00
..
2022-08-23 22:10:24 +08:00
2022-08-23 22:10:24 +08:00
2020-04-24 19:15:08 +02:00