Skip to content

Commit

Permalink
docs: fix isSnapsReady comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Sep 15, 2023
1 parent ad59a8b commit 73818d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,7 @@ export default class Client<ContentTypes = any> {
}

/**
* 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()
Expand Down

0 comments on commit 73818d8

Please sign in to comment.