Skip to content

Commit

Permalink
feat(permissions): add more modules to the exempted list
Browse files Browse the repository at this point in the history
  • Loading branch information
monitz87 committed Feb 5, 2021
1 parent f5a2ed1 commit e6b2398
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/entities/CurrentAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ export class CurrentAccount extends Account {
...Object.values(TxTags.staking),
...Object.values(TxTags.sudo),
...Object.values(TxTags.session),
...Object.values(TxTags.authorship),
...Object.values(TxTags.babe),
...Object.values(TxTags.finalityTracker),
...Object.values(TxTags.grandpa),
...Object.values(TxTags.imOnline),
...Object.values(TxTags.indices),
...Object.values(TxTags.scheduler),
...Object.values(TxTags.system),
...Object.values(TxTags.timestamp),
];

let hasTransactions;
Expand Down

0 comments on commit e6b2398

Please sign in to comment.