Skip to content

Commit 373dfcc

Browse files
committed
f docs
1 parent 464175e commit 373dfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-net-tokio/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ mod tests {
647647

648648
async fn race_disconnect_accept() {
649649
// Previously, if we handed an already-disconnected socket to `setup_inbound` we'd panic.
650-
// This attempts to find other similar races in by opening connections and shutting them
651-
// down while connecting. Sadly in testing this did *not* reproduce the previous issue.
650+
// This attempts to find other similar races by opening connections and shutting them down
651+
// while connecting. Sadly in testing this did *not* reproduce the previous issue.
652652
let secp_ctx = Secp256k1::new();
653653
let a_key = SecretKey::from_slice(&[1; 32]).unwrap();
654654
let b_key = SecretKey::from_slice(&[2; 32]).unwrap();

0 commit comments

Comments
 (0)