Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 committed Aug 23, 2024
1 parent 1cb3cdc commit e8b929e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion token/js/test/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { TOKEN_PROGRAM_ID } from '../src';
export async function newAccountWithLamports(connection: Connection, lamports = 1000000): Promise<Signer> {
const account = Keypair.generate();
const signature = await connection.requestAirdrop(account.publicKey, lamports);
// TODO: use deprecated method
await connection.confirmTransaction(signature);
return account;
}
Expand Down

0 comments on commit e8b929e

Please sign in to comment.