diff --git a/grovedb/src/replication.rs b/grovedb/src/replication.rs index 2d425afd..8a0a8bc6 100644 --- a/grovedb/src/replication.rs +++ b/grovedb/src/replication.rs @@ -43,6 +43,12 @@ impl SubtreeStateSyncInfo<'_> { } } +impl Default for SubtreeStateSyncInfo<'_> { + fn default() -> Self { + Self::new() + } +} + // Struct governing state sync pub struct MultiStateSyncInfo<'db> { // Map of current processing subtrees