You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ElementsProject/lightning#2740 has been implemented. The "correct" way to implement a failure in the fundchannel_complete of some node is to execute fundchannel_cancel in the other nodes that succeeded their fundchannel_completes.
This was closed only a short time ago and it seems the last update to this repository was 23 days ago, so potentially it could be updated now for this new fact.
A precis, is that a fundchannel_cancel may cause the other side to disconnect (especially if older version of C-Lightning), it may be a good thing to connect them again afterwards in case of a failure.
The text was updated successfully, but these errors were encountered:
ElementsProject/lightning#2740 has been implemented. The "correct" way to implement a failure in the
fundchannel_complete
of some node is to executefundchannel_cancel
in the other nodes that succeeded theirfundchannel_complete
s.This was closed only a short time ago and it seems the last update to this repository was 23 days ago, so potentially it could be updated now for this new fact.
A precis, is that a
fundchannel_cancel
may cause the other side to disconnect (especially if older version of C-Lightning), it may be a good thing toconnect
them again afterwards in case of a failure.The text was updated successfully, but these errors were encountered: