mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 22:58:23 +01:00
Plugins can now implement custom commitment schemes, different from specified ones. This requires extra care when restarting a node, as some HTLCs may be in a broken state and need to be failed upstream. Plugins must identify these HTLCs and implement the right trait to provide these HTLCs to the PostRestartHtlcCleaner, which will watch them and fail/fulfill them accordingly. |
||
---|---|---|
.. | ||
modules | ||
src | ||
pom.xml |