Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Jul 25, 2023
1 parent a2fdefa commit 3eaeda8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/extension/src/provider/Signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ import {
SubmitUnbondMsgValue,
SubmitWithdrawMsgValue,
} from "@namada/types";
import { ApproveWithdrawMsg } from "./messages";

export class Signer implements ISigner {
constructor(
protected readonly chainId: string,
private readonly _namada: Namada
) {}
) { }

public async accounts(): Promise<Account[] | undefined> {
return (await this._namada.accounts(this.chainId))?.map(
Expand Down

0 comments on commit 3eaeda8

Please sign in to comment.