diff --git a/node/storage/src/log_store/load_chunk/chunk_data.rs b/node/storage/src/log_store/load_chunk/chunk_data.rs index e816d4d..86b22eb 100644 --- a/node/storage/src/log_store/load_chunk/chunk_data.rs +++ b/node/storage/src/log_store/load_chunk/chunk_data.rs @@ -128,6 +128,12 @@ impl DataRange for Subtree { } } +impl Default for EntryBatchData { + fn default() -> Self { + Self::new() + } +} + impl EntryBatchData { pub fn new() -> Self { EntryBatchData::Incomplete(IncompleteData {