We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18c779 commit 7f71d7aCopy full SHA for 7f71d7a
1 file changed
packages/keyring-eth-onekey/src/onekey-keyring.ts
@@ -292,7 +292,7 @@ export class OneKeyKeyring extends EventEmitter {
292
}
293
if (!this.accountDetails[address]) {
294
this.accountDetails[address] = {
295
- index: from + i,
+ index: i,
296
hdPath,
297
passphraseState: this.passphraseState,
298
};
@@ -605,7 +605,7 @@ export class OneKeyKeyring extends EventEmitter {
605
throw new Error('Unknown error');
606
607
accounts.push({
608
609
address,
610
balance: null,
611
});
0 commit comments