outsmartchad / solana-trading-cli

High-performance modules for develop Solana Trading Bots: CLI, gRPC bots, and low-latency integrations with Jito, bloXroute, Jupiter, and DEXes
MIT License
260 stars 118 forks source link

Bundle buys Signers issue #17

Closed MichaelFedorov closed 3 months ago

MichaelFedorov commented 3 months ago

If to use multiple buyers as signers in bundle buys I'm getting an issue. The problem is that numRequiredSignatures=3 (creator, mint and the first buyer from buyerWallets). But I'm passing 4 buyers in an array of buyerWallets. So in total it should be like 6 signers.

Do you know how to handle this part?