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