mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-19 13:17:42 +02:00
lightningd: fix typo.
If we're going to die, at least we can do so with dignity. Reported-by: Christian Decker Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
99289bece7
commit
fc4e2d8b48
1 changed files with 1 additions and 1 deletions
|
|
@ -1495,7 +1495,7 @@ static bool gossip_peer_released(struct subd *gossip,
|
|||
|
||||
if (!fromwire_gossipctl_release_peer_reply(resp, NULL, &cs)) {
|
||||
if (!fromwire_gossipctl_release_peer_replyfail(resp, NULL)) {
|
||||
fatal("Gossup daemon gave invalid reply %s",
|
||||
fatal("Gossip daemon gave invalid reply %s",
|
||||
tal_hex(gossip, resp));
|
||||
}
|
||||
tal_del_destructor(fc, fail_fundchannel_command);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue