Skip to content

Commit

Permalink
Fix expect message
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Jan 9, 2025
1 parent 11a3e87 commit 439a31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-tunnel-config-client/src/classic_mceliece.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub async fn generate_keys() -> KeyPair {
.await
.recv()
.await
.expect("Failed to receive key pair, generating working expectedly closed.")
.expect("Expected to receive key pair, but key generator has been stopped.")
}

/// Returns a receiver for McEliece key pairs used by PQ tunnels. These are generated in a separate
Expand Down

0 comments on commit 439a31f

Please sign in to comment.