mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
lightningd/channel_control logline fixup
channeld/channel_wire.csv add missing newline
This commit is contained in:
parent
ea8a508a48
commit
44d64c1590
@ -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
|
||||
|
|
@ -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…
Reference in New Issue
Block a user