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

TxnGroup.submit should raise an error if any of the signed_transactions is None #44

Open
fergalwalsh opened this issue Oct 19, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fergalwalsh
Copy link
Contributor

fergalwalsh commented Oct 19, 2022

def submit(self, algod, wait=False):

If any of the elements of signed_transactions is None we should raise an error to inform the user that not all transactions have been signed.

The same applies to client.submit:

def submit(self, transaction_group, wait=False):

@fergalwalsh fergalwalsh added enhancement New feature or request good first issue Good for newcomers labels Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant