Skip to content

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

@fergalwalsh

Description

@fergalwalsh

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):

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions