Skip to content

Commit

Permalink
Add guardianData to GatewayComponentRequest in GatewayService (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 authored Nov 12, 2024
1 parent 96d3a1c commit a815b28
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 @@ -30,6 +30,7 @@ export class GatewayService {
GatewayComponentRequest.addressNftByNonce,
GatewayComponentRequest.vmQuery,
GatewayComponentRequest.transactionPool,
GatewayComponentRequest.guardianData,
]);

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

0 comments on commit a815b28

Please sign in to comment.