Skip to content

Commit

Permalink
fix dual signers v2 (solana-labs#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Aug 2, 2023
1 parent e339dae commit 7c60be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/instructions/Dual/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export async function getConfigInstruction({
serializedInstruction,
isValid: true,
prerequisiteInstructions: prerequisiteInstructions,
prerequisiteInstructionsSigners: [helperTokenAccount],
prerequisiteInstructionsSigners: [helperTokenAccount, null],
governance: form.baseTreasury?.governance,
additionalSerializedInstructions,
chunkBy: 2,
Expand Down

0 comments on commit 7c60be9

Please sign in to comment.