Skip to content

Commit

Permalink
Rephrase execution address description
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Dec 17, 2023
1 parent 7a7aae4 commit ad2bd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/primitive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Uint8:
ExecutionAddress:
type: string
format: hex
description: "An address on the execution (Ethereum 1) network. Should be output in ERC-55 mixed-case checksum address encoding."
description: "An address on the execution (Ethereum 1) network. Should be encoded as ERC-55 mixed-case checksum address."
example: "0xAbcF8e0d4e9587369b2301D0790347320302cc09"
pattern: "^0x[a-fA-F0-9]{40}$"

Expand Down

0 comments on commit ad2bd92

Please sign in to comment.