Browse Source

common: typo fix.

Old gossip is rarely interesting.

Reported-by: @ZmnSCPxj
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
bf1076080b
  1. 2
      common/read_peer_msg.c

2
common/read_peer_msg.c

@ -60,7 +60,7 @@ void handle_gossip_msg_(const u8 *msg TAKES, int peer_fd,
if (!send_msg(cs, peer_fd, gossip, arg))
io_error(arg);
} else if (fromwire_peektype(gossip) == WIRE_ERROR) {
status_debug("Gossipd old us to send error");
status_debug("Gossipd told us to send error");
send_msg(cs, peer_fd, gossip, arg);
io_error(arg);
} else {

Loading…
Cancel
Save