mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user