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:
Rusty Russell
2017-06-27 06:52:41 +09:30
parent 99289bece7
commit fc4e2d8b48

View File

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