Skip to content

Commit

Permalink
Drop nonces
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Nov 5, 2024
1 parent dc7400c commit 41889ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/rpc/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ where
break;
}
}
println!("\tstream ended");
// drop nonces
let mut binding = sessions.lock().await;
binding.sessions.remove(&session_id);
});

let out_stream: Self::DepositSignStream = ReceiverStream::new(rx);
Expand Down

0 comments on commit 41889ff

Please sign in to comment.