Skip to content

Commit

Permalink
chore: fix comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Dec 11, 2024
1 parent d35f27c commit 5887ee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class MetaMaskVirtualWallet
): Promise<Data["result"]> {
return this.#loadSwoSafe().then((swo: StarknetWindowObject) => {
// Forward the request to the `this.swo` object.
// Except RPC `wallet_supportedSpecs` and `wallet_getPermissions`, others API will trigger the Snap to install if not installed
// Except RPCs `wallet_supportedSpecs` and `wallet_getPermissions`, other RPCs will trigger the Snap to install if not installed.
return swo.request(
call as unknown as RequestFnCall<Data["type"]>,
) as unknown as Data["result"]
Expand Down

0 comments on commit 5887ee6

Please sign in to comment.