df: rename the dual_open wires to match other daemon wires

This commit is contained in:
niftynei
2020-11-03 10:50:52 -06:00
committed by Rusty Russell
parent 0ad269f5b6
commit 9f74dd9fb3
6 changed files with 268 additions and 268 deletions

View File

@@ -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);