Skip to content

Commit 4accc7a

Browse files
authored
Specify a placeholder TTD (#285)
* Specify a placeholder TTD * Clarify equality
1 parent 5b2f1f5 commit 4accc7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engine/specification.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,6 @@ The payload build process is specified as follows:
393393

394394
6. Considering the absence of the `TERMINAL_BLOCK_NUMBER` setting, Consensus Layer client software **MAY** use `0` value for the `terminalBlockNumber` field in the input parameters of this call.
395395

396+
7. Considering the absence of the `TERMINAL_TOTAL_DIFFICULTY` value (i.e. when a value has not been decided), Consensus Layer and Execution Layer client software **MUST** use `115792089237316195423570985008687907853269984665640564039457584007913129638912` value (equal to`2**256-2**10`) for the `terminalTotalDifficulty` input parameter of this call.
397+
396398
[json-rpc-spec]: https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/execution-apis/assembled-spec/openrpc.json&uiSchema[appBar][ui:splitView]=false&uiSchema[appBar][ui:input]=false&uiSchema[appBar][ui:examplesDropdown]=false

0 commit comments

Comments
 (0)