mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Renaming inp to input_
This commit is contained in:
parent
24852bd99f
commit
fed1135c13
@ -73,8 +73,8 @@ class Fulfillment(object):
|
||||
# NOTE: See comment about this special case in
|
||||
# `Fulfillment.to_dict`
|
||||
fulfillment = CCFulfillment.from_dict(ffill['fulfillment'])
|
||||
inp = TransactionLink.from_dict(ffill['input'])
|
||||
return cls(fulfillment, ffill['owners_before'], inp)
|
||||
input_ = TransactionLink.from_dict(ffill['input'])
|
||||
return cls(fulfillment, ffill['owners_before'], input_)
|
||||
|
||||
|
||||
class TransactionLink(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user