0xPratik 1 рік тому
батько
коміт
95663e4c21
1 змінених файлів з 1 додано та 1 видалено
  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());