We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464175e commit 373dfccCopy full SHA for 373dfcc
lightning-net-tokio/src/lib.rs
@@ -647,8 +647,8 @@ mod tests {
647
648
async fn race_disconnect_accept() {
649
// 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.
+ // This attempts to find other similar races by opening connections and shutting them down
+ // while connecting. Sadly in testing this did *not* reproduce the previous issue.
652
let secp_ctx = Secp256k1::new();
653
let a_key = SecretKey::from_slice(&[1; 32]).unwrap();
654
let b_key = SecretKey::from_slice(&[2; 32]).unwrap();
0 commit comments