mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
dual-fund: keep track of aborted requests, seamlessly restart daemon
Clean restart of daemon after a tx-abort is a nice way to work around the 'persistent' disconnect that we t-bast noticed. Changelog-Fixed: `dualopend`: Fix behavior for tx-aborts. No longer hangs, appropriately continues re-init of RBF requests without reconnction msg exchange.
This commit is contained in:
@@ -629,7 +629,8 @@ void payment_succeeded(struct lightningd *ld UNNEEDED,
|
||||
/* Generated stub for peer_restart_dualopend */
|
||||
bool peer_restart_dualopend(struct peer *peer UNNEEDED,
|
||||
struct peer_fd *peer_fd UNNEEDED,
|
||||
struct channel *channel UNNEEDED)
|
||||
struct channel *channel UNNEEDED,
|
||||
bool from_abort UNNEEDED)
|
||||
{ fprintf(stderr, "peer_restart_dualopend called!\n"); abort(); }
|
||||
/* Generated stub for peer_start_channeld */
|
||||
bool peer_start_channeld(struct channel *channel UNNEEDED,
|
||||
|
||||
Reference in New Issue
Block a user