From 26543323c128ca2ec5a3ba199b9eed78bfee65d5 Mon Sep 17 00:00:00 2001 From: Veervikram Singh <71558977+Vikramop@users.noreply.github.com> Date: Sat, 26 Aug 2023 00:08:10 +0530 Subject: [PATCH] removed null from engine_exchangeTransitionConfigurationV11 (#1389) * Doc new debug methods (#1379) * doc new debug methods Signed-off-by: Alexandra Tran * Apply suggestions from code review Co-authored-by: Sally MacFarlane Co-authored-by: Gabriel Fukushima Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> * add array Signed-off-by: Alexandra Tran --------- Signed-off-by: Alexandra Tran Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Co-authored-by: Sally MacFarlane Co-authored-by: Gabriel Fukushima Signed-off-by: Veervikram singh * removed null from engine_exchangeTransitionConfigurationV11 Signed-off-by: Veervikram singh * removed null from engine_exchangeTransitionConfigurationV11 Signed-off-by: Veervikram singh --------- Signed-off-by: Alexandra Tran Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Signed-off-by: Veervikram singh Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Co-authored-by: Sally MacFarlane Co-authored-by: Gabriel Fukushima --- docs/public-networks/reference/engine-api/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/public-networks/reference/engine-api/index.md b/docs/public-networks/reference/engine-api/index.md index 0d44ea08603..ebb85e4a430 100644 --- a/docs/public-networks/reference/engine-api/index.md +++ b/docs/public-networks/reference/engine-api/index.md @@ -135,8 +135,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"engine_exchangeTransitionConfigu "terminalTotalDifficulty": 0, "terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "terminalBlockNumber": "0x1" - }, - "payloadId": null + } } ```