fix: rpc-builder crate compilation (#6371)

This commit is contained in:
Matthias Seitz
2024-02-03 20:58:42 +01:00
committed by GitHub
parent 4dc6aeefa9
commit 10f4434373
11 changed files with 59 additions and 49 deletions

View File

@ -7,7 +7,7 @@ use reth_primitives::ChainSpec;
use reth_rpc_types::engine::PayloadAttributes as EthPayloadAttributes;
/// The types used in the default mainnet ethereum beacon consensus engine.
#[derive(Debug, Default, Clone)]
#[derive(Debug, Default, Clone, serde::Deserialize)]
#[non_exhaustive]
pub struct EthEngineTypes;