Skip to content

Commit

Permalink
feat(whale-api): whitelist gettxout
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Apr 15, 2024
1 parent 767aa71 commit 165d620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/whale-api/src/module.api/rpc.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export class MethodWhitelist implements PipeTransform {
'getgovproposal',
'listgovproposals',
'listgovproposalvotes',
'vmmap'
'vmmap',
'gettxout'
]

transform (value: string, metadata: ArgumentMetadata): string {
Expand Down

0 comments on commit 165d620

Please sign in to comment.