We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd63c03 commit 95663e4Copy full SHA for 95663e4
compression/cnft-burn/tests/createAndMint.ts
@@ -40,7 +40,7 @@ export async function createAndMint() {
40
//////////////////////////////////////////////////////////////////////////////
41
42
43
- // 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
44
const payer = loadKeypairFromFile("/Users/pratik/.config/solana/id.json");
45
46
console.log("Payer address:", payer.publicKey.toBase58());
0 commit comments