Skip to content

Commit

Permalink
chore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 20, 2022
1 parent 70df700 commit 0e0cd34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/lcd/api/FeeGrantAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export class FeeGrantAPI extends BaseAPI {
}[];
pagination: Pagination;
}> {
if (this.lcd.config.isClassic) {
throw new Error('Not supported for the network');
}
return this.c
.get<{
allowances: {
Expand Down

0 comments on commit 0e0cd34

Please sign in to comment.