mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Minor whitespace/comment spelling fixes.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -104,7 +104,7 @@ struct reaching {
|
|||||||
/* How many times have we attempted to connect? */
|
/* How many times have we attempted to connect? */
|
||||||
u32 attempts;
|
u32 attempts;
|
||||||
|
|
||||||
/* How many timest to attempt */
|
/* How many times to attempt */
|
||||||
u32 max_attempts;
|
u32 max_attempts;
|
||||||
|
|
||||||
/* Timestamp of the first attempt */
|
/* 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,
|
void peer_sent_nongossip(struct lightningd *ld,
|
||||||
const struct pubkey *id,
|
const struct pubkey *id,
|
||||||
const struct wireaddr *addr,
|
const struct wireaddr *addr,
|
||||||
|
|||||||
Reference in New Issue
Block a user