refactor: remove unused proposalId parameter from approveMultisigProposal method

This commit is contained in:
A91y
2025-01-05 15:48:08 +05:30
parent 0aa4e5f77e
commit 0f7c119821

View File

@@ -391,7 +391,6 @@ export class SolanaAgentKit {
}
async approveMultisigProposal(
proposalId: PublicKey,
transactionIndex?: number | bigint,
): Promise<string> {
return approve_proposal(this, transactionIndex);