mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(sdk): auto trait bounds NodePrimitives (#12398)
This commit is contained in:
@ -38,7 +38,7 @@ use reth_trie_db::MerklePatriciaTrie;
|
||||
use crate::{EthEngineTypes, EthEvmConfig};
|
||||
|
||||
/// Ethereum primitive types.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Default, Clone)]
|
||||
pub struct EthPrimitives;
|
||||
|
||||
impl NodePrimitives for EthPrimitives {
|
||||
|
||||
Reference in New Issue
Block a user