Skip to content

Commit

Permalink
fix: use correct deposit request field names (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron authored Mar 6, 2025
1 parent b48b471 commit 77013dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/consensus-core/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ pub struct DepositRequest {
amount: u64,
signature: Signature,
#[serde(with = "serde_utils::u64")]
slot: u64,
index: u64,
}

#[derive(Deserialize, Debug, Default, Encode, TreeHash, Clone)]
Expand Down

0 comments on commit 77013dd

Please sign in to comment.