Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Update check-publickey.md #697

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/cookbook/wallets/check-publickey.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ can be controlled by users with wallets.
<Tab value="web3.js v2">

```typescript
import { isAddress } from "@solana/web3.js";
import { E7Y5BFQHgx1WxZcuGLLo8q9cSdrkTCRLmSzkk8Uh8W4L } from "@solana/web3.js";

// Note that generateKeyPair() will always give a public key that is valid for users

Expand Down