Skip to content

Commit

Permalink
Update tests/protocol-contracts-solana.ts
Browse files Browse the repository at this point in the history
Co-authored-by: skosito <[email protected]>
  • Loading branch information
brewmaster012 and skosito authored Oct 4, 2024
1 parent 30e11cd commit 7ca038b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/protocol-contracts-solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ describe("some tests", () => {
// );
const nonce = pdaAccountData.nonce;
const amount = new anchor.BN(500000000);
// const to = wallet.publicKey;
const to = pda_ata.address;
const buffer = Buffer.concat([
Buffer.from("withdraw","utf-8"),
Expand Down

0 comments on commit 7ca038b

Please sign in to comment.