Skip to content

Commit de60d19

Browse files
committed
chore: add more comment
1 parent 4c9532d commit de60d19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/multichain-account-controller/src/providers/BaseAccountProvider.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ export abstract class BaseAccountProvider
5252
const accounts: Bip44Account<InternalAccount>[] = [];
5353

5454
for (const account of this.messenger.call(
55+
// NOTE: Even though the name is misleading, this only fetches all internal
56+
// accounts, including EVM and non-EVM. We might wanna change this action
57+
// name once we fully support multichain accounts.
5558
'AccountsController:listMultichainAccounts',
5659
)) {
5760
if (

0 commit comments

Comments
 (0)