Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle(storage/refs): derive Hash for RefsAt
Fintan Halpenny committed 3 months ago
commit 3ae632392292b138e216101bb1963c1a1009e78f
parent 02318f199c6f29a2eede1f282e1f9b99927d27ec
1 file changed +1 -1
modified crates/radicle/src/storage/refs.rs
@@ -371,7 +371,7 @@ impl<V> Deref for SignedRefs<V> {
///
/// `RefsAt` can also be used for communicating announcements of updates
/// references to other nodes.
-
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
+
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
pub struct RefsAt {