mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
Minor whitespace/comment spelling fixes.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
acc6afc8de
commit
6daa770b0e
@ -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 */
|
||||
|
@ -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…
Reference in New Issue
Block a user