mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: allow unknown fields in ExecutionPayloadV1 (#4733)
This commit is contained in:
@ -119,7 +119,7 @@ pub struct ExecutionPayloadEnvelopeV3 {
|
||||
///
|
||||
/// See also: <https://github.com/ethereum/execution-apis/blob/6709c2a795b707202e93c4f2867fa0bf2640a84f/src/engine/paris.md#executionpayloadv1>
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct ExecutionPayloadV1 {
|
||||
pub parent_hash: H256,
|
||||
pub fee_recipient: Address,
|
||||
|
||||
Reference in New Issue
Block a user