Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lightningd/peer_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ void handle_peer_spoke(struct lightningd *ld, const u8 *msg)
struct channel_id channel_id;
struct peer *peer;
bool dual_fund;
const u8 *error;
const u8 *error = NULL;
int other_fd;
struct peer_fd *pfd;
char *errmsg;
Expand Down