Skip to content

Commit 9586652

Browse files
authored
fix incorrect signer in vesting ix (#183)
1 parent 86d2608 commit 9586652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/dao/[symbol]/proposal/components/instructions/Raydium/CollectVestedTokens.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const CollectVestedTokens = ({
9494
{ pubkey: launchpadAuthority, isSigner: false, isWritable: false },
9595
{ pubkey: poolId, isSigner: false, isWritable: true },
9696
{ pubkey: vestingAccount, isSigner: false, isWritable: true },
97-
{ pubkey: baseVault, isSigner: true, isWritable: true },
97+
{ pubkey: baseVault, isSigner: false, isWritable: true },
9898
{ pubkey: walletAta, isSigner: false, isWritable: true },
9999
{ pubkey: mintA, isSigner: false, isWritable: false },
100100
{ pubkey: TOKEN_PROGRAM_ID, isSigner: false, isWritable: false },

0 commit comments

Comments
 (0)