Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPratik committed Jan 14, 2024
1 parent dd63c03 commit 95663e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compression/cnft-burn/tests/createAndMint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function createAndMint() {
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////

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

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

0 comments on commit 95663e4

Please sign in to comment.