Skip to content

Commit 28c9603

Browse files
authored
Stuuupid camelCase (#3748)
1 parent 0228b2b commit 28c9603

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
@@ -345,6 +345,7 @@ impl<T: EthSpec> TryFrom<ExecutionPayload<T>> for JsonExecutionPayloadV2<T> {
345345
}
346346

347347
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
348+
#[serde(rename_all = "camelCase")]
348349
pub struct JsonWithdrawal {
349350
#[serde(with = "eth2_serde_utils::u64_hex_be")]
350351
pub index: u64,

0 commit comments

Comments
 (0)