apply octlol's type suggestion

This commit is contained in:
Simon Wicky
2024-02-06 11:02:56 +01:00
committed by Simon Wicky
parent 293cf2fd3f
commit e2fa1ae986
4 changed files with 31 additions and 27 deletions
@@ -123,8 +123,8 @@ impl ConnectionHandler {
Default::default(),
&topology,
epoch_id,
&self.local_identity.public_key().to_bytes(),
&self.local_identity.private_key().to_bytes(),
self.local_identity.public_key(),
self.local_identity.private_key(),
)
.await
{