Merge branch 'eip4844' of https://github.com/sigp/lighthouse into blob-sync-kzg

This commit is contained in:
realbigsean 2022-11-23 09:19:30 -05:00
commit 87ec448b00
No known key found for this signature in database
GPG Key ID: B372B64D866BF8CC

View File

@ -345,6 +345,7 @@ impl<T: EthSpec> TryFrom<ExecutionPayload<T>> for JsonExecutionPayloadV2<T> {
}
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct JsonWithdrawal {
#[serde(with = "eth2_serde_utils::u64_hex_be")]
pub index: u64,