diff --git a/beacon_chain/eth1/eth1_monitor.nim b/beacon_chain/eth1/eth1_monitor.nim index 2eeeae6f23..144d255520 100644 --- a/beacon_chain/eth1/eth1_monitor.nim +++ b/beacon_chain/eth1/eth1_monitor.nim @@ -752,7 +752,7 @@ proc getPayloadFromSingleEL( return await engine_api.getPayload(rpcClient, GetPayloadResponseType, payloadId) -func blockValue(blk: ExecutionPayloadV1): int64 {.raises: [RlpError].} = +func blockValue(blk: ExecutionPayloadV1): int64 {.raises: [RlpError, Defect].} = ## TODO Ensure this cannot overflow for transactionBytes in blk.transactions: var rlp = rlpFromBytes distinctBase(transactionBytes) diff --git a/scripts/geth_binaries.sh b/scripts/geth_binaries.sh index b2e4287623..a1b2075bb3 100644 --- a/scripts/geth_binaries.sh +++ b/scripts/geth_binaries.sh @@ -98,7 +98,7 @@ download_status_geth_binary() { } download_geth_capella() { - download_status_geth_binary capella "$GETH_CAPELLA_BINARY" + download_status_geth_binary withdrawals-timestamp "$GETH_CAPELLA_BINARY" } download_geth_eip_4844() {