Skip to content

Commit

Permalink
fix: don't throw if autoConnect fails
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 13, 2023
1 parent e774111 commit 7dc4578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class InjectedConnector extends events.EventEmitter implements Wallet {
await this.calcAccountData();
}
} catch (e) {
throw e;
//
}
}

Expand Down

0 comments on commit 7dc4578

Please sign in to comment.