Skip to content

Commit

Permalink
docs: fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed Jan 29, 2024
1 parent cf8dd7b commit 6aa6706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/keyring-controller/src/KeyringController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ async function displayForKeyring(

return {
type: keyring.type,
// Cast to `Hex[]` here is safe here because `addresses` has no nullish
// values, and `normalizeToHex` returns `Hex` unless given a nullish value
// Cast to `Hex[]` here is safe here because `accounts` has no nullish
// values, and `normalize` returns `Hex` unless given a nullish value
accounts: accounts.map(normalize) as Hex[],
};
}
Expand Down

0 comments on commit 6aa6706

Please sign in to comment.