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
      channeld/channel_wire.csv
  2. 2
      lightningd/channel_control.c

2
channeld/channel_wire.csv

@ -192,4 +192,4 @@ channel_specific_feerates,,feerate_ppm,u32
# When we receive announcement_signatures for channel announce
channel_got_announcement,1017
channel_got_announcement,,remote_ann_node_sig,secp256k1_ecdsa_signature
channel_got_announcement,,remote_ann_bitcoin_sig,secp256k1_ecdsa_signature
channel_got_announcement,,remote_ann_bitcoin_sig,secp256k1_ecdsa_signature

Can't render this file because it has a wrong number of fields in line 7.

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