mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
Polish comment in get_payload body
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
parent
eada985e9e
commit
c815f695cd
@ -55,7 +55,7 @@ def prepare_payload(self: ExecutionEngine,
|
|||||||
random: Bytes32,
|
random: Bytes32,
|
||||||
fee_recipient: Bytes20) -> uint64:
|
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.
|
||||||
"""
|
"""
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user