Uh oh!
There was an error while loading. Please reload this page.
Revert "fix: prevent channel monitor loss when remote backup fails" - #293
Conversation
ovitrif
commented
Oct 28, 2025
Makes sense to some extent :) Still, it's all just a wild guess, and I don't really know if it's a real possiblility. |
pwltr
commented
Oct 28, 2025
IIUC you are suggesting we persist locally always but not in a directory that LDK would actually use, for debugging purposes? It's a nice idea. The issue we need to solve only really exists for new channels ( |
Uh oh!
There was an error while loading. Please reload this page.
Reverts #286
After more discussion I am reverting this, persisting locally first without ensuring remote backup succeeds has the same amount of risk or more than the previous logic, in the sense that remote and local state become out of sync. Restoring from backup subsequently can cause loss of funds.