This commit is contained in:
diminator 2016-04-13 11:13:04 +02:00
parent 197954576f
commit 565fc8a1f7
No known key found for this signature in database
GPG Key ID: C3D8590E6D0D439A

View File

@ -343,7 +343,7 @@ tx_threshold_retrieved = b.get_transaction(threshold_tx_signed['id'])
The transaction can now be transfered by fulfilling the threshold condition.
The fulfillement involves:
The fulfillment involves:
1. Create a transaction template that include the public key of all (nested) parties as `current_owners`
2. Parsing the threshold condition into a fulfillment using the [cryptocondition library](https://github.com/bigchaindb/cryptoconditions)