mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 09:04:25 +01:00
Fix typo in error message (funding_signed ids don't match)
This commit is contained in:
committed by
Christian Decker
parent
e76a0b4ddc
commit
e97ee3d14e
@@ -430,7 +430,7 @@ static u8 *funder_channel(struct state *state,
|
||||
|
||||
if (!structeq(&id_in, &state->channel_id))
|
||||
peer_failed(PEER_FD, &state->cs, &id_in,
|
||||
"funding_signed ids don't match: expceted %s got %s",
|
||||
"funding_signed ids don't match: expected %s got %s",
|
||||
type_to_string(msg, struct channel_id,
|
||||
&state->channel_id),
|
||||
type_to_string(msg, struct channel_id, &id_in));
|
||||
|
||||
Reference in New Issue
Block a user