fixed reference to version in get_fulfillment_message

This commit is contained in:
Elad-PC\elad 2016-08-03 08:31:40 +02:00
parent 89661a9979
commit 8c9d0fba35

View File

@ -479,7 +479,7 @@ def get_fulfillment_message(transaction, fulfillment, serialized=False):
'operation': transaction['transaction']['operation'], 'operation': transaction['transaction']['operation'],
'timestamp': transaction['transaction']['timestamp'], 'timestamp': transaction['transaction']['timestamp'],
'data': transaction['transaction']['data'], 'data': transaction['transaction']['data'],
'version': transaction['version'], 'version': transaction['transaction']['version'],
'id': transaction['id'] 'id': transaction['id']
} }
# and the condition which needs to be retrieved from the output of a previous transaction # and the condition which needs to be retrieved from the output of a previous transaction