Skip to content

Commit 4789eb9

Browse files
adi2011endothermicdev
authored andcommitted
chanbackup: typo fix.
1 parent 43f4e12 commit 4789eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/chanbackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ static struct command_result *json_state_changed(struct command *cmd,
518518

519519
if (json_tok_streq(buf, statetok, "CLOSED") ||
520520
json_tok_streq(buf, statetok, "CHANNELD_AWAITING_LOCKIN") ||
521-
json_tok_streq(buf, statetok, "DUALOPENED_AWAITING_LOCKIN")) {
521+
json_tok_streq(buf, statetok, "DUALOPEND_AWAITING_LOCKIN")) {
522522
struct out_req *req;
523523
req = jsonrpc_request_start(cmd->plugin,
524524
cmd,

0 commit comments

Comments
 (0)