diff --git a/beacon_chain/validators/message_router_mev.nim b/beacon_chain/validators/message_router_mev.nim index 01a5cd94a..34c039e9f 100644 --- a/beacon_chain/validators/message_router_mev.nim +++ b/beacon_chain/validators/message_router_mev.nim @@ -48,6 +48,9 @@ proc unblindAndRouteBlockMEV*( Future[Result[Opt[BlockRef], string]] {.async.} = # By time submitBlindedBlock is called, must already have done slashing # protection check + if node.payloadBuilderRestClient.isNil: + return err "unblindAndRouteBlockMEV: nil REST client" + let unblindedPayload = try: awaitWithTimeout(