Oli

Results 602 comments of Oli

Ah, I see. The `reset-wallet-transactions` flag doesn't actually enforce the recovery mode (where the wallet tries to _detect used addresses_) but instead only re-scans for outputs of _already known_ addresses...

Or is there a way to restore `lnd` only without also nuking the `bitcoind` sync state (basically trying to avoid the Neutrino part completely if the chain backend is fully...

Can you paste the full `lnd` log? It looks like it can't be unlocked (I assume that's supposed to be done automatically on Umbrel?). The `block not found` error doesn't...

Addressed all comments, should be ready for a final look.

Thanks a lot for the review and for testing the happy path :rocket: Happy to hear you find this useful. > Does the rpc interceptor get re-registered and the TrackPayment...

> `litd` will stop when it sees that `lnd` has stopped Ah yes, that is important to know in this context. `litd` is indeed set up to stop (and be...

> My last handful of thoughts about this PR & feature: Thanks a lot for your feedback! I think both of these features make sense for follow-up PRs (given the...

Going through the older issues, I noticed this was fixed by https://github.com/lightninglabs/pool/pull/300.