mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix typo after merge
This commit is contained in:
parent
925c15e80e
commit
07df25ffaf
@ -276,7 +276,7 @@ def create_tx(current_owners, new_owners, inputs, operation, payload=None):
|
||||
'new_owners': new_owners,
|
||||
'condition': {
|
||||
'details': rapidjson.loads(condition.serialize_json()),
|
||||
'uri': condition.condition.condition_uri
|
||||
'uri': condition.condition_uri
|
||||
},
|
||||
'cid': fulfillment['fid']
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user