Skip to content

Commit aed25c4

Browse files
authored
fix: serde rename camle case for execution payload body (#5846)
1 parent 1aa410c commit aed25c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beacon_node/execution_layer/src/engine_api/json_structures.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ impl From<ForkchoiceUpdatedResponse> for JsonForkchoiceUpdatedV1Response {
720720

721721
#[derive(Clone, Debug, Serialize, Deserialize)]
722722
#[serde(bound = "E: EthSpec")]
723+
#[serde(rename_all = "camelCase")]
723724
pub struct JsonExecutionPayloadBodyV1<E: EthSpec> {
724725
#[serde(with = "ssz_types::serde_utils::list_of_hex_var_list")]
725726
pub transactions: Transactions<E>,

0 commit comments

Comments
 (0)