mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
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.
15 lines
624 B
CSV
15 lines
624 B
CSV
#include <common/channel_id.h>
|
|
#include <common/per_peer_state.h>
|
|
|
|
# An error occurred: if error_for_them, that to go to them.
|
|
msgtype,status_peer_error,0xFFF4
|
|
# This is implied if error_for_them, but master tries not to parse packets.
|
|
msgdata,status_peer_error,channel,channel_id,
|
|
msgdata,status_peer_error,desc,wirestring,
|
|
# Take a deep breath, then try reconnecting to the precious little snowflake.
|
|
msgdata,status_peer_error,warning,bool,
|
|
# From an abort, no reconnect but restart daemon
|
|
msgdata,status_peer_error,abort_do_restart,bool,
|
|
msgdata,status_peer_error,len,u16,
|
|
msgdata,status_peer_error,error_for_them,u8,len
|