Skip to content

Commit

Permalink
use gas limit instead of gas target
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 5, 2022
1 parent 0f4c717 commit 4d1ae97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/validator/prepare_beacon_proposer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ post:
Optionally the validator may also include a signed validator registration
which will be used by the Builder API to verify a validator's latest fee
recipient and preferred gas target.
recipient and preferred target gas limit.
Note that there is no guarantee that the beacon node will use the supplied fee
recipient when creating a block proposal, so on receipt of a proposed block the
Expand Down Expand Up @@ -41,7 +41,7 @@ post:
properties:
timestamp:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Uint64'
gas_target:
gas_limit:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Uint64'
signature:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Signature'
Expand Down

0 comments on commit 4d1ae97

Please sign in to comment.