mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
df: rename the dual_open wires to match other daemon wires
This commit is contained in:
@@ -173,7 +173,7 @@ static void opening_memleak_req_done(struct subd *open_daemon,
|
||||
|
||||
tal_del_destructor2(open_daemon, opening_died_forget_memleak, cmd);
|
||||
if (!fromwire_openingd_dev_memleak_reply(msg, &found_leak) &&
|
||||
!fromwire_dual_open_dev_memleak_reply(msg,
|
||||
!fromwire_dualopend_dev_memleak_reply(msg,
|
||||
&found_leak)) {
|
||||
was_pending(command_fail(cmd, LIGHTNINGD,
|
||||
"Bad opening_dev_memleak"));
|
||||
@@ -210,7 +210,7 @@ static void opening_memleak_req_next(struct command *cmd, struct peer *prev)
|
||||
continue;
|
||||
|
||||
if (streq(open_daemon->name, "dualopend"))
|
||||
msg = towire_dual_open_dev_memleak(NULL);
|
||||
msg = towire_dualopend_dev_memleak(NULL);
|
||||
else
|
||||
msg = towire_openingd_dev_memleak(NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user