summaryrefslogtreecommitdiffstats
path: root/lib/src/gossip/msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/gossip/msg.rs')
-rw-r--r--lib/src/gossip/msg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/gossip/msg.rs b/lib/src/gossip/msg.rs
index 049fc68..f364762 100644
--- a/lib/src/gossip/msg.rs
+++ b/lib/src/gossip/msg.rs
@@ -1,6 +1,6 @@
use anyhow::Result;
-#[derive(Debug, serde::Serialize, serde::Deserialize)]
+#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
pub enum GossipMessage {
CurrentProfileState {
peer_id: Vec<u8>,