Browse Source

Minor whitespace/comment spelling fixes.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
6daa770b0e
  1. 2
      gossipd/gossip.c
  2. 2
      lightningd/peer_control.c

2
gossipd/gossip.c

@ -104,7 +104,7 @@ struct reaching {
/* How many times have we attempted to connect? */
u32 attempts;
/* How many timest to attempt */
/* How many times to attempt */
u32 max_attempts;
/* Timestamp of the first attempt */

2
lightningd/peer_control.c

@ -639,8 +639,6 @@ void peer_connection_failed(struct lightningd *ld, const u8 *msg)
}
}
void peer_sent_nongossip(struct lightningd *ld,
const struct pubkey *id,
const struct wireaddr *addr,

Loading…
Cancel
Save