From c815f695cd01dbdfe79d80d06bb7570fa38bf7db Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Thu, 23 Sep 2021 13:17:55 +0600 Subject: [PATCH] Polish comment in get_payload body Co-authored-by: Hsiao-Wei Wang --- specs/merge/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/validator.md b/specs/merge/validator.md index 115b992b0..4500d610c 100644 --- a/specs/merge/validator.md +++ b/specs/merge/validator.md @@ -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. """ ... ```