diff --git a/src/engine/specification.md b/src/engine/specification.md index d85400b94..90bf21664 100644 --- a/src/engine/specification.md +++ b/src/engine/specification.md @@ -476,14 +476,14 @@ This method follows the same specification as [`engine_forkchoiceUpdatedV1`](#en * result: `object` - `executionPayload`: [`ExecutionPayloadV2`](#ExecutionPayloadV2) - - `blockValue` : `QUANTITY`, 256 Bits - The expected value to be recieved by the `feeRecipient` in wei + - `blockValue` : `QUANTITY`, 256 Bits - The expected value to be received by the `feeRecipient` in wei * error: code and message set in case an exception happens while getting the payload. #### Specification This method follows the same specification as [`engine_getPayloadV1`](#engine_getpayloadv1) with the addition of the following: - 1. Client software **MAY** use the sum of the block's priority fees or any other algorithm to determine `blockValue`. + 1. Client software **SHOULD** use the sum of the block's priority fees or any other algorithm to determine `blockValue`. ### engine_exchangeTransitionConfigurationV1