Skip to content

Commit

Permalink
chore: update EIP7002 withdrawal requests based on spec (alloy-rs#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored and ben186 committed Jul 27, 2024
1 parent d34b9c2 commit 148da3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eips/src/eip7002.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub struct WithdrawalRequest {
/// Address of the source of the exit.
pub source_address: Address,
/// Validator public key.
pub validator_public_key: FixedBytes<48>,
pub validator_pubkey: FixedBytes<48>,
/// Amount of withdrawn ether in gwei.
#[cfg_attr(feature = "serde", serde(with = "alloy_serde::quantity"))]
pub amount: u64,
Expand Down

0 comments on commit 148da3d

Please sign in to comment.