remove approve tx after activating tx (#523)
This commit is contained in:
parent
084acdb57e
commit
227079be0e
|
@ -102,11 +102,6 @@ export async function proposeInstructions(
|
||||||
await squad.buildActivateTransaction(vault, newProposalAddress)
|
await squad.buildActivateTransaction(vault, newProposalAddress)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
txToSend.push(
|
|
||||||
new Transaction().add(
|
|
||||||
await squad.buildApproveTransaction(vault, newProposalAddress)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
await new AnchorProvider(
|
await new AnchorProvider(
|
||||||
squad.connection,
|
squad.connection,
|
||||||
|
|
Loading…
Reference in New Issue