diff --git a/src/eth/storage/rocks/cf_versions.rs b/src/eth/storage/rocks/cf_versions.rs index e81844766..6d0716117 100644 --- a/src/eth/storage/rocks/cf_versions.rs +++ b/src/eth/storage/rocks/cf_versions.rs @@ -1,6 +1,8 @@ -//! Column Family (CF) versioning and snapshot testing. +//! Column Family (CF) versioning. //! //! This allows our KV-store to have different versions on the Value. +//! +//! Versions are tested against snapshots to avoid breaking changes. use std::ops::Deref; use std::ops::DerefMut;