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 fe04162 commit d9e6afdCopy full SHA for d9e6afd
packages/multichain-account-service/src/MultichainAccountWallet.ts
@@ -491,11 +491,6 @@ export class MultichainAccountWallet<
491
const discoveredAccounts: Record<string, number> = {};
492
493
for (const [p, ctx] of providerContexts) {
494
- /* istanbul ignore next
495
- * In production, Snap providers exist and hit the `isSnapAccountProvider`
496
- * branch. Unit tests here mock generic providers only, so that path is
497
- * not exercised.
498
- */
499
const groupKey = p.getName();
500
discoveredAccounts[groupKey] = ctx.count;
501
}
0 commit comments