Browse Source

lightningd/channel_control logline fixup

channeld/channel_wire.csv add missing newline
htlc_accepted_hook
Simon Vrouwe 5 years ago
committed by Christian Decker
parent
commit
44d64c1590
  1. 2
      lightningd/channel_control.c

2
lightningd/channel_control.c

@ -126,7 +126,7 @@ static void peer_got_announcement(struct channel *channel, const u8 *msg)
&remote_ann_node_sig,
&remote_ann_bitcoin_sig)) {
channel_internal_error(channel,
"bad channel_got_funding_locked %s",
"bad channel_got_announcement %s",
tal_hex(tmpctx, msg));
return;
}

Loading…
Cancel
Save