mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
df: persist channel open preference to database
technically we don't need this info after the channel opens, but for any subsequent RBF (and maybe splice?) we need to remember what the open/accept peer signaled
This commit is contained in:
@@ -2680,7 +2680,7 @@ static struct command_result *json_openchannel_update(struct command *cmd,
|
||||
type_to_string(tmpctx, struct wally_psbt,
|
||||
psbt));
|
||||
|
||||
if (channel->open_attempt->req_confirmed_ins) {
|
||||
if (channel->req_confirmed_ins) {
|
||||
struct psbt_validator *pv;
|
||||
struct command_result *ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user