Commit graph

5 commits

Author SHA1 Message Date
positiveblue
9686cad8ad
funding: log lnd returned errors from FundingStateStep 2022-11-07 08:06:22 -08:00
Oliver Gugger
d16eb252e3
funding: don't abort if cleanup fails
If we can't clean up pending channels from a previous batch attempt,
that shouldn't block startup. So instead of shutting down, we just log
the warning and continue.
2022-07-15 16:48:59 +02:00
Oliver Gugger
7e957392b5
funding: fix error message 2021-03-19 16:50:33 +01:00
Oliver Gugger
4a728a864c
funding: use base client
To make testing easier and give the funding manager access to the
freshly refactored cleanup functions, we switch them over to use the
funding manager's base client interface instead of the full RPC client
interface.
2020-12-09 09:16:42 +01:00
Oliver Gugger
02cd3ffa28
multi: move cleanup functions to funding package
To delegate the pending batch cleanup to the funding manager, we first
need to move the cleanup functions into the funding package.
2020-12-09 09:16:42 +01:00