From 98586e16c29bfb268f83795604c04d0adce300dc Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 5 Mar 2023 00:48:23 +0200 Subject: [PATCH] Remove a logical typo --- beacon_chain/eth1/eth1_monitor.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/eth1/eth1_monitor.nim b/beacon_chain/eth1/eth1_monitor.nim index 9e5997653a..385c4e73ae 100644 --- a/beacon_chain/eth1/eth1_monitor.nim +++ b/beacon_chain/eth1/eth1_monitor.nim @@ -515,7 +515,7 @@ template toEngineWithdrawal(w: capella.Withdrawal): WithdrawalV1 = address: Address(w.address.data), amount: Quantity(w.amount)) -func asEngineExecutionPayload*(executionPayload: capella.ExecutionPayload | deneb.ExecutionPayload): +func asEngineExecutionPayload*(executionPayload: capella.ExecutionPayload): ExecutionPayloadV2 = template getTypedTransaction(tt: bellatrix.Transaction): TypedTransaction = TypedTransaction(tt.distinctBase)