mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 22:25:26 +01:00
A splice tx could involve more than one parent channel. The Router must track the set of channels spent by a given spend tx until either: 1) If it is a splice, then matching channel announcements are received for each parent and the channels are updated in the routing graph. 2) If the spend tx is deeply buried without receiving matching channel announcements for a parent channel, then it can be removed from the routing graph. If a splice tx spends more than one parent channel between the same nodes, then there's no way to know which new channel announcement corresponds to which parent channel. We simply update the first one found. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |