From af3cbb44fb3c7d6d4d592e8f44c7d97383f84141 Mon Sep 17 00:00:00 2001 From: cfaur09 Date: Mon, 13 Jan 2025 09:25:31 +0200 Subject: [PATCH] Added validatorAuction to GatewayComponentRequest enum in GatewayService, enhancing the request capabilities for transaction processing. --- src/common/gateway/gateway.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/gateway/gateway.service.ts b/src/common/gateway/gateway.service.ts index 597ced989..45d5c827d 100644 --- a/src/common/gateway/gateway.service.ts +++ b/src/common/gateway/gateway.service.ts @@ -31,6 +31,7 @@ export class GatewayService { GatewayComponentRequest.vmQuery, GatewayComponentRequest.transactionPool, GatewayComponentRequest.guardianData, + GatewayComponentRequest.validatorAuction, ]); private readonly deepHistoryRequestsSet: Set = new Set([