Skip to content

Commit

Permalink
Update beacon-chain/rpc/apimiddleware/structs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Potuz <potuz@prysmaticlabs.com>
  • Loading branch information
rkapka and potuz authored Nov 28, 2022
1 parent f8acf32 commit aa7cd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/rpc/apimiddleware/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ type AttestationDataJson struct {
type BLSToExecutionChangeJson struct {
ValidatorIndex string `json:"validator_index"`
FromBLSPubkey string `json:"from_bls_pubkey" hex:"true"`
ToExecutionAddress string `jston:"to_execution_address" hex:"true"`
ToExecutionAddress string `json:"to_execution_address" hex:"true"`
}

type DepositJson struct {
Expand Down

0 comments on commit aa7cd4e

Please sign in to comment.