From 4a30003b0710af58b31f1166673d75e5cb895bd6 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 14 Oct 2021 13:45:29 +0300 Subject: [PATCH] Remove consensusValidator again --- beacon_chain/eth1/eth1_monitor.nim | 7 ------- 1 file changed, 7 deletions(-) diff --git a/beacon_chain/eth1/eth1_monitor.nim b/beacon_chain/eth1/eth1_monitor.nim index 25848b7c9..46ef954f3 100644 --- a/beacon_chain/eth1/eth1_monitor.nim +++ b/beacon_chain/eth1/eth1_monitor.nim @@ -422,13 +422,6 @@ proc executePayload*(p: Web3DataProviderRef, payload: engine_api.ExecutionPayload): Future[ExecutePayloadResponse] = p.web3.provider.engine_executePayload(payload) -proc consensusValidated*(p: Web3DataProviderRef, - blockHash: BlockHash, - status: BlockValidationStatus): Future[JsonNode] = - p.web3.provider.engine_consensusValidated(BlockValidationResult( - blockHash: blockHash, - status: $status)) - proc forkchoiceUpdated*(p: Web3DataProviderRef, headBlock, finalizedBlock: Eth2Digest): Future[JsonNode] = p.web3.provider.engine_forkchoiceUpdated(ForkChoiceUpdate(