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

Commit

Permalink
feat(rpc): whitelist getpendingfutureswaps (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored May 17, 2022
1 parent 8aa2efc commit 44e6680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 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 @@ -36,7 +36,8 @@ export class MethodWhitelist implements PipeTransform {
'validateaddress',
'listcommunitybalances',
'getaccounthistory',
'getfutureswapblock'
'getfutureswapblock',
'getpendingfutureswaps'
]

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

0 comments on commit 44e6680

Please sign in to comment.