Browse Source

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>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
fc4e2d8b48
  1. 2
      lightningd/peer_control.c

2
lightningd/peer_control.c

@ -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…
Cancel
Save