PR comments

This commit is contained in:
diminator
2016-05-03 11:18:57 +02:00
parent f5f4c17839
commit db06970b1a
3 changed files with 8 additions and 10 deletions

View File

@@ -247,7 +247,6 @@ first_tx_condition = cc.PreimageSha256Fulfillment(preimage=secret)
# The conditions list is empty, so we need to append a new condition
hashlock_tx['transaction']['conditions'].append({
'condition': {
'details': json.loads(first_tx_condition.serialize_json()),
'uri': first_tx_condition.condition.serialize_uri()
},
'cid': 0,