Skip to content

Commit

Permalink
core/types: fix withdrawal_request json tag (ethereum#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Jul 5, 2024
1 parent 060b71b commit 539f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/withdrawal_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// the validator associated with the public key for amount.
type WithdrawalRequest struct {
Source common.Address `json:"sourceAddress"`
PublicKey [48]byte `json:"validatorPublicKey"`
PublicKey [48]byte `json:"validatorPubkey"`
Amount uint64 `json:"amount"`
}

Expand Down

0 comments on commit 539f4ad

Please sign in to comment.