Skip to content

Commit

Permalink
Added validatorAuction to GatewayComponentRequest enum in GatewayServ…
Browse files Browse the repository at this point in the history
…ice, enhancing the request capabilities for transaction processing. (#1431)
  • Loading branch information
cfaur09 authored Jan 28, 2025
1 parent 972ac97 commit a541f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/gateway/gateway.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class GatewayService {
GatewayComponentRequest.vmQuery,
GatewayComponentRequest.transactionPool,
GatewayComponentRequest.guardianData,
GatewayComponentRequest.validatorAuction,
]);

private readonly deepHistoryRequestsSet: Set<String> = new Set([
Expand Down

0 comments on commit a541f0f

Please sign in to comment.