Skip to content

Commit 227079b

Browse files
authored
remove approve tx after activating tx (#523)
1 parent 084acdb commit 227079b

File tree

1 file changed

+0
-5
lines changed
  • governance/xc-admin/packages/xc-admin-common/src

1 file changed

+0
-5
lines changed

governance/xc-admin/packages/xc-admin-common/src/propose.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ export async function proposeInstructions(
102102
await squad.buildActivateTransaction(vault, newProposalAddress)
103103
)
104104
);
105-
txToSend.push(
106-
new Transaction().add(
107-
await squad.buildApproveTransaction(vault, newProposalAddress)
108-
)
109-
);
110105

111106
await new AnchorProvider(
112107
squad.connection,

0 commit comments

Comments
 (0)