mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
common: typo fix.
Old gossip is rarely interesting. Reported-by: @ZmnSCPxj Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
435e85a5b2
commit
bf1076080b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue