mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore(trie): make SparseStateTrie generic with respect to trie implementation (#17205)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ pub mod prewarm;
|
||||
pub mod sparse_trie;
|
||||
|
||||
/// Entrypoint for executing the payload.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug)]
|
||||
pub struct PayloadProcessor<N, Evm>
|
||||
where
|
||||
N: NodePrimitives,
|
||||
|
||||
Reference in New Issue
Block a user