mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 09:35:00 -05:00
Polish comment in get_payload body
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ def prepare_payload(self: ExecutionEngine,
|
||||
random: Bytes32,
|
||||
fee_recipient: Bytes20) -> uint64:
|
||||
"""
|
||||
Returns ``payload_id`` that is used to obtain the execution payload in a subsequent ``get_payload`` call.
|
||||
Return ``payload_id`` that is used to obtain the execution payload in a subsequent ``get_payload`` call.
|
||||
"""
|
||||
...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user