Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot send more than 16 groups of groups of transactions #204

Open
kieranroneill opened this issue Mar 19, 2024 · 0 comments · Fixed by TxnLab/use-wallet#175 · May be fixed by TxnLab/use-wallet#174
Open

Cannot send more than 16 groups of groups of transactions #204

kieranroneill opened this issue Mar 19, 2024 · 0 comments · Fixed by TxnLab/use-wallet#175 · May be fixed by TxnLab/use-wallet#174
Assignees
Labels
🐛 bug Something isn't working

Comments

@kieranroneill
Copy link
Contributor

Summary

There was a report that while there is a limit on the amount of atomic transactions in a group, 16, this limit also applies to the group of groups. This is incorrect. There should be no limit to the amount of groups of groups of transactions.

Steps to produce

  • Send 16+ transactions to be signed.

Expected Results

  • Transactions can be signed.

Actual Results

  • An error is shown that the limit of transactions has been reached.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment