0xPratik 1 rok temu
rodzic
commit
95663e4c21
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compression/cnft-burn/tests/createAndMint.ts

+ 1 - 1
compression/cnft-burn/tests/createAndMint.ts

@@ -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());