remove approve tx after activating tx (#523)

This commit is contained in:
Daniel Chew 2023-01-25 03:26:44 +09:00 committed by GitHub
parent 084acdb57e
commit 227079be0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -102,11 +102,6 @@ export async function proposeInstructions(
await squad.buildActivateTransaction(vault, newProposalAddress)
)
);
txToSend.push(
new Transaction().add(
await squad.buildApproveTransaction(vault, newProposalAddress)
)
);
await new AnchorProvider(
squad.connection,