mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
owners_before error message correction
Signed-off-by: Amartya Gaur amarkaushik1999@gmail.com
This commit is contained in:
parent
2accca9ff1
commit
bc0de1d0cc
@ -78,7 +78,7 @@ class Input(object):
|
||||
if fulfills is not None and not isinstance(fulfills, TransactionLink):
|
||||
raise TypeError('`fulfills` must be a TransactionLink instance')
|
||||
if not isinstance(owners_before, list):
|
||||
raise TypeError('`owners_after` must be a list instance')
|
||||
raise TypeError('`owners_before` must be a list instance')
|
||||
|
||||
self.fulfillment = fulfillment
|
||||
self.fulfills = fulfills
|
||||
|
Loading…
x
Reference in New Issue
Block a user