Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent authored Aug 17, 2023
1 parent 225a6aa commit a3dff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const mintInstruction = client.createMintWithCredixLpDepositoryInstruction(
TXN_OPTS
);
const mintTransaction = new Transaction();
mintTransaction.add(mintTransaction);
mintTransaction.add(mintInstruction);
mintTransaction.add(
ComputeBudgetProgram.setComputeUnitLimit({
units: 400_000,
Expand Down

0 comments on commit a3dff11

Please sign in to comment.