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

Commit

Permalink
chore(MethodWhitelist): add getaccounthistory (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Mar 1, 2022
1 parent 500bbd9 commit 3d97441
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/dictionaries/fuxing.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/module.api/rpc.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export class MethodWhitelist implements PipeTransform {
'getburninfo',
'getgov',
'validateaddress',
'listcommunitybalances'
'listcommunitybalances',
'getaccounthistory'
]

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

0 comments on commit 3d97441

Please sign in to comment.