From a8475726dadc95200d02c8ae86186778cb4792f7 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Mon, 27 Sep 2021 12:55:52 +0600 Subject: [PATCH] Engine API: make preparePayload return an object --- src/engine/interop/specification.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/interop/specification.md b/src/engine/interop/specification.md index 79a047b78..af69fa8b9 100644 --- a/src/engine/interop/specification.md +++ b/src/engine/interop/specification.md @@ -58,7 +58,8 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons - `feeRecipient`: `DATA`, 20 Bytes - suggested value for the `coinbase` field of the new payload #### Returns -1. `payloadId|Error`: `QUANTITY`, 64 Bits - Identifier of the payload building process +`Object|Error` - Either instance of response object or an error. Response object: +1. `payloadId`: `QUANTITY`, 64 Bits - Identifier of the payload building process #### Specification