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.
  • Loading branch information
cfaur09 committed Jan 13, 2025
1 parent 3f7a0b6 commit af3cbb4
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 af3cbb4

Please sign in to comment.