From 565fc8a1f76682137767cb898fae37e077b3b02f Mon Sep 17 00:00:00 2001 From: diminator Date: Wed, 13 Apr 2016 11:13:04 +0200 Subject: [PATCH] fix typo --- docs/source/python-server-api-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/python-server-api-examples.md b/docs/source/python-server-api-examples.md index e59b2df1..6236e467 100644 --- a/docs/source/python-server-api-examples.md +++ b/docs/source/python-server-api-examples.md @@ -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)