Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNilsOlav authored Oct 6, 2021
1 parent 5077832 commit c6ff5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const setup = async () => {
console.log("Requesting SOL for Bob...");
await connection.requestAirdrop(bobPublicKey, LAMPORTS_PER_SOL * 10);
console.log("Requesting SOL for Id...");
await connection.requestAirdrop(bobPublicKey, LAMPORTS_PER_SOL * 10);
await connection.requestAirdrop(IdPublicKey, LAMPORTS_PER_SOL * 10);

const [mintX, aliceTokenAccountForX, bobTokenAccountForX] = await setupMint(
"X",
Expand Down

0 comments on commit c6ff5d6

Please sign in to comment.