Skip to content

Commit 95663e4

Browse files
committed
typo fix
1 parent dd63c03 commit 95663e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compression/cnft-burn/tests/createAndMint.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function createAndMint() {
4040
//////////////////////////////////////////////////////////////////////////////
4141
//////////////////////////////////////////////////////////////////////////////
4242

43-
// generate a new keypair for use in this demo (or load it locally from the filesystem when available)
43+
// load it locally from the filesystem when available
4444
const payer = loadKeypairFromFile("/Users/pratik/.config/solana/id.json");
4545

4646
console.log("Payer address:", payer.publicKey.toBase58());

0 commit comments

Comments
 (0)