lightningd/channel_control logline fixup

channeld/channel_wire.csv add missing newline
This commit is contained in:
Simon Vrouwe 2019-06-03 19:40:15 +03:00 committed by Christian Decker
parent ea8a508a48
commit 44d64c1590
2 changed files with 2 additions and 2 deletions

View File

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

1 #include <common/cryptomsg.h>
192
193
194
195

View File

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