mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
Update changelog for post-v0.1.0 fixes and remove no-op clone
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user