I need help with this issue I am facing with MyAlgo Wallet.
I have a group transaction of 2 txs in it, one of the transactions in the group is making use of a logic sig.
From what I know when signing a logicsig with MyAlgo wallet, this is used
This means I can’t use a logic sig with myAlgoConnect.signTransaction function.
How then can I sign a group transaction when one of the transactions is a logic sig?
Yes this is annoying that MyAlgoConnect does not support signing grouped transactions with different senders.
For example if Alice tries to sign a group of 2 transactions of an atomic transfer between Alice and Bob (i.e. signing only the transaction from Alice to Bob but after validating the group id with the 2 txns), we get error :
Invalid signer address, must be the same for all transactions
There is this ticket opened on the MyAlgoConnect GitHub :