Skip to content

Commit

Permalink
Remove a logical typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Mar 4, 2023
1 parent 0f25503 commit 98586e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/eth1/eth1_monitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 98586e1

Please sign in to comment.