From d80de928a566e9e7d21f22c07801eefe48936ac4 Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Tue, 20 Dec 2016 14:15:05 +0100 Subject: [PATCH] wording change in Transaction.create documentation --- bigchaindb/common/transaction.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bigchaindb/common/transaction.py b/bigchaindb/common/transaction.py index c3548c0e..be688408 100644 --- a/bigchaindb/common/transaction.py +++ b/bigchaindb/common/transaction.py @@ -662,10 +662,9 @@ class Transaction(object): Args: tx_signers (:obj:`list` of :obj:`str`): A list of keys that - represent the signers of the asset created by this - Transaction. + represent the signers of the CREATE Transaction. recipients (:obj:`list` of :obj:`str`): A list of keys that - represent the recipients of the asset created by this + represent the recipients of the outputs of this Transaction. metadata (dict): Python dictionary to be stored along with the Transaction.