Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 7, 2022
1 parent 229a78e commit 9469ea4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions types/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ ValidatorRegistration:
description: "The `ValidatorRegistration` object from the Builder API specification."
properties:
fee_recipient:
- $ref: 'primitive.yaml#/ExecutionAddress'
- description: "Address to receive fees from the block."
$ref: 'primitive.yaml#/ExecutionAddress'
description: "Address to receive fees from the block."
gas_limit:
- $ref: "primitive.yaml#/Uint64"
- description: "Preferred gas limit of validator."
$ref: "primitive.yaml#/Uint64"
description: "Preferred gas limit of validator."
timestamp:
- $ref: 'primitive.yaml#/Uint64'
- description: "Unix timestamp of registration."
$ref: 'primitive.yaml#/Uint64'
description: "Unix timestamp of registration."
pubkey:
- $ref: 'primitive.yaml#/Pubkey'
- description: "BLS public key of validator."
$ref: 'primitive.yaml#/Pubkey'
description: "BLS public key of validator."

SignedValidatorRegistration:
type: object
Expand Down

0 comments on commit 9469ea4

Please sign in to comment.