Skip to content

Commit

Permalink
Clarify that payload & block values are in Wei (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Harris <paul.harris@consensys.net>
  • Loading branch information
michaelsproul and rolfyone authored Jan 14, 2024
1 parent 8421ce5 commit 9d0e5fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9d0e5fa

Please sign in to comment.