Skip to content

Commit

Permalink
fix: serde rename camle case for execution payload body (#5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored May 28, 2024
1 parent 1aa410c commit aed25c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ impl From<ForkchoiceUpdatedResponse> for JsonForkchoiceUpdatedV1Response {

#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(bound = "E: EthSpec")]
#[serde(rename_all = "camelCase")]
pub struct JsonExecutionPayloadBodyV1<E: EthSpec> {
#[serde(with = "ssz_types::serde_utils::list_of_hex_var_list")]
pub transactions: Transactions<E>,
Expand Down

0 comments on commit aed25c4

Please sign in to comment.