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)