mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 01:28:21 -05:00
chore(db): skip serializing phantom data (#6070)
This commit is contained in:
@@ -104,6 +104,7 @@ impl<K: Key> Decode for RawKey<K> {
|
||||
pub struct RawValue<V: Value> {
|
||||
/// Inner compressed value
|
||||
value: Vec<u8>,
|
||||
#[serde(skip)]
|
||||
_phantom: std::marker::PhantomData<V>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user