Update changelog for post-v0.1.0 fixes and remove no-op clone

This commit is contained in:
Johnathan Corgan
2026-03-17 14:45:29 +00:00
parent a5130b357e
commit ebabb6e93c
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ async fn test_disconnect_clears_session() {
// to simulate the state after a completed XK handshake with node 0.
let remote_identity = Identity::generate();
{
let our_identity = nodes[1].node.identity().clone();
let our_identity = nodes[1].node.identity();
let mut initiator = HandshakeState::new_initiator(
our_identity.keypair(),