This commit is contained in:
Fabio Berger
2017-12-08 09:45:53 -06:00
parent 5301086c68
commit 5e75aab8ea

View File

@@ -142,6 +142,7 @@ export class LedgerSubprovider extends Subprovider {
public async getAccountsAsync(): Promise<string[]> {
this._ledgerClientIfExists = await this.createLedgerClientAsync();
// TODO: replace with generating addresses without hitting Ledger
const accounts = [];
for (let i = 0; i < NUM_ADDRESSES_TO_FETCH; i++) {
try {