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

Commit

Permalink
Add fund fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadnilam committed Jun 21, 2022
1 parent 67dc780 commit b0b3d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mean-dao/msp",
"version": "2.6.0-alpha.8",
"version": "2.6.0-alpha.9",
"description": "MSP Typescript SDK",
"private": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/msp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ export class MSP {
treasuryAssociatedTokenMint,
fundingAmount,
);
tx.add(txAdd);
tx.add(...txAdd.instructions);
}

const cliffVestPercentValue = cliffVestPercent
Expand Down

0 comments on commit b0b3d8b

Please sign in to comment.