mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
refactor: remove StateCommitment trait (#17812)
This commit is contained in:
@@ -60,7 +60,6 @@ use reth_ethereum::{
|
||||
use reth_ethereum_payload_builder::{EthereumBuilderConfig, EthereumExecutionPayloadValidator};
|
||||
use reth_payload_builder::{EthBuiltPayload, EthPayloadBuilderAttributes, PayloadBuilderError};
|
||||
use reth_tracing::{RethTracer, Tracer};
|
||||
use reth_trie_db::MerklePatriciaTrie;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::{convert::Infallible, sync::Arc};
|
||||
use thiserror::Error;
|
||||
@@ -269,7 +268,6 @@ struct MyCustomNode;
|
||||
impl NodeTypes for MyCustomNode {
|
||||
type Primitives = EthPrimitives;
|
||||
type ChainSpec = ChainSpec;
|
||||
type StateCommitment = MerklePatriciaTrie;
|
||||
type Storage = EthStorage;
|
||||
type Payload = CustomEngineTypes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user