diff --git a/bigchaindb/common/transaction.py b/bigchaindb/common/transaction.py index c32d8c4d..2399185d 100644 --- a/bigchaindb/common/transaction.py +++ b/bigchaindb/common/transaction.py @@ -638,6 +638,7 @@ class Transaction(object): for recipient in recipients: if not isinstance(recipient, tuple) or len(recipient) != 2: raise ValueError(('Each `recipient` in the list must be a' + ' tuple of `([],' ' )`')) pub_keys, amount = recipient outputs.append(Output.generate(pub_keys, amount))