Skip to content

Commit

Permalink
chore: update EIP7002 withdrawal requests based on spec (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jun 12, 2024
1 parent 0e4e29d commit fb875f2
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 fb875f2

Please sign in to comment.