diff --git a/src/Client.ts b/src/Client.ts index 592359a7d..378d52439 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -352,9 +352,7 @@ export default class Client { } /** - * Tells the caller whether `getKeys` will work for them or throw - * Right now, this is only true if the user has Metamask with Snaps - * and has enabled the `useSnaps` option + * Tells the caller whether the browser has a Snaps-compatible version of MetaMask installed */ static isSnapsReady() { return hasMetamaskWithSnaps()