diff --git a/beacon-node-oapi.yaml b/beacon-node-oapi.yaml index d7fb7be8..164baed6 100644 --- a/beacon-node-oapi.yaml +++ b/beacon-node-oapi.yaml @@ -420,12 +420,16 @@ components: schema: type: boolean Eth-Execution-Payload-Value: - description: Required in response so client can determine relative value of execution payloads. + description: | + Execution payload value in Wei. Required in response so client can determine relative value + of execution payloads. required: true schema: $ref: './types/primitive.yaml#/Wei' Eth-Consensus-Block-Value: - description: Required in response so client can determine relative value of consensus blocks. + description: | + Consensus rewards paid to the proposer for this block, in Wei. Required in response so + client can determine relative value of consensus blocks. required: true schema: $ref: './types/primitive.yaml#/Wei'