mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fixed reference to version in get_fulfillment_message
This commit is contained in:
parent
89661a9979
commit
8c9d0fba35
@ -479,7 +479,7 @@ def get_fulfillment_message(transaction, fulfillment, serialized=False):
|
||||
'operation': transaction['transaction']['operation'],
|
||||
'timestamp': transaction['transaction']['timestamp'],
|
||||
'data': transaction['transaction']['data'],
|
||||
'version': transaction['version'],
|
||||
'version': transaction['transaction']['version'],
|
||||
'id': transaction['id']
|
||||
}
|
||||
# and the condition which needs to be retrieved from the output of a previous transaction
|
||||
|
Loading…
x
Reference in New Issue
Block a user