mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-18 15:10:33 +00:00
refactor: remove unused proposalId parameter from approveMultisigProposal method
This commit is contained in:
@@ -391,7 +391,6 @@ export class SolanaAgentKit {
|
||||
}
|
||||
|
||||
async approveMultisigProposal(
|
||||
proposalId: PublicKey,
|
||||
transactionIndex?: number | bigint,
|
||||
): Promise<string> {
|
||||
return approve_proposal(this, transactionIndex);
|
||||
|
||||
Reference in New Issue
Block a user