From 229a78eb2308126c23be159c9fdf7f1376b569c2 Mon Sep 17 00:00:00 2001 From: "lightclient@protonmail.com" Date: Sat, 7 May 2022 13:05:43 +0200 Subject: [PATCH] minor cleanup --- types/registration.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/types/registration.yaml b/types/registration.yaml index 63866f14..da035227 100644 --- a/types/registration.yaml +++ b/types/registration.yaml @@ -1,27 +1,23 @@ ValidatorRegistration: type: object - description: "The [`ValidatorRegistration`]() object from the Builder API spec." + description: "The `ValidatorRegistration` object from the Builder API specification." properties: fee_recipient: - allOf: - $ref: 'primitive.yaml#/ExecutionAddress' - description: "Address to receive fees from the block." gas_limit: - allOf: - $ref: "primitive.yaml#/Uint64" - - description: "Gas limit the validator desires to target." + - description: "Preferred gas limit of validator." timestamp: - allOf: - $ref: 'primitive.yaml#/Uint64' - description: "Unix timestamp of registration." pubkey: - allOf: - $ref: 'primitive.yaml#/Pubkey' - description: "BLS public key of validator." SignedValidatorRegistration: type: object - description: "The [`SignedValidatorRegistration`]() object from the Builder API spec." + description: "The `SignedValidatorRegistration` object from the Builder API specification." properties: message: $ref: "#/ValidatorRegistration"