Polish comment in get_payload body

Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
Mikhail Kalinin 2021-09-23 13:17:55 +06:00 committed by GitHub
parent eada985e9e
commit c815f695cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""
...
```