Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
feat(rpc): add listcommunitybalances to MethodWhitelist (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-lim authored Feb 24, 2022
1 parent 5368798 commit 81fe2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module.api/rpc.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export class MethodWhitelist implements PipeTransform {
'getblockstats',
'getburninfo',
'getgov',
'validateaddress'
'validateaddress',
'listcommunitybalances'
]

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

0 comments on commit 81fe2e4

Please sign in to comment.