owners_before error message correction

Signed-off-by: Amartya Gaur amarkaushik1999@gmail.com
This commit is contained in:
amartya-dev 2020-05-18 08:10:56 +05:30
parent 2accca9ff1
commit bc0de1d0cc
No known key found for this signature in database
GPG Key ID: 8AA4B93AE39AA14D

View File

@ -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