diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-21 19:25:07 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-21 19:25:07 +0200 |
commit | 7d148c7e764d563efa3bccc0f14f50867db38ef1 (patch) | |
tree | bd2f968b1f2d82b8c95ab7367fa7a282f97f0850 /src/util.rs | |
parent | 44bbc1c00c2532e08dff0d4a547b0a707e89f32d (diff) | |
download | netapp-7d148c7e764d563efa3bccc0f14f50867db38ef1.tar.gz netapp-7d148c7e764d563efa3bccc0f14f50867db38ef1.zip |
One possibility, but I don't like it
Diffstat (limited to 'src/util.rs')
-rw-r--r-- | src/util.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.rs b/src/util.rs index f860672..e7ecea8 100644 --- a/src/util.rs +++ b/src/util.rs @@ -9,8 +9,6 @@ use serde::Serialize; use futures::Stream; use tokio::sync::watch; -use crate::message::SerializeMessage; - /// A node's identifier, which is also its public cryptographic key pub type NodeID = sodiumoxide::crypto::sign::ed25519::PublicKey; /// A node's secret key |