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