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.
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?