diff --git a/crates/primitives/src/storage.rs b/crates/primitives/src/storage.rs index a0997e6d0d..07434f4b6f 100644 --- a/crates/primitives/src/storage.rs +++ b/crates/primitives/src/storage.rs @@ -3,6 +3,8 @@ use reth_codecs::{derive_arbitrary, Compact}; use serde::{Deserialize, Serialize}; /// Account storage entry. +/// +/// `key` is the subkey when used as a value in the `StorageChangeSet` table. #[derive_arbitrary(compact)] #[derive(Debug, Default, Copy, Clone, PartialEq, Eq, Serialize, Deserialize, PartialOrd, Ord)] pub struct StorageEntry {