Skip to content

Commit

Permalink
fix failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash47 committed Nov 16, 2018
1 parent 092d53a commit c0e9550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/trezorApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function isTrezorSupported() {
// return await Trezor.isTrezorSupported();
}

export async function importTrezorKey(index: number) {
export async function importTrezorKey(index: number): Promise<{ wallet: string }> {
throw new Error('Unsupported');
// const wallet = Wallet.create(uuid());
// const scrypt = wallet.scrypt;
Expand Down

0 comments on commit c0e9550

Please sign in to comment.