aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/meta.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/meta.rs')
-rw-r--r--lockchain-core/src/meta.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-core/src/meta.rs b/lockchain-core/src/meta.rs
index cf3eb36..317e821 100644
--- a/lockchain-core/src/meta.rs
+++ b/lockchain-core/src/meta.rs
@@ -32,7 +32,7 @@ pub struct VaultMetadata {
///
/// It implements a series of traits which means it's possible to easily
/// interact with to store data.
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, Serialize, Deserialize, Clone, Eq, PartialEq)]
pub struct MetaDomain {
/// The name of this meta domain
name: String,