From 3548215d2e7cebe83d2417ea0eb71e7528802991 Mon Sep 17 00:00:00 2001 From: ichsteffen Date: Thu, 3 Jun 2021 16:24:02 +0200 Subject: [PATCH] Update secured_private_asset_transfer_tutorial.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo Signed-off-by: Steffen Späthe (cherry picked from commit 1ad442277eb371e32f07f583762b84af5496290f) --- .../secured_private_asset_transfer_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/secured_asset_transfer/secured_private_asset_transfer_tutorial.md b/docs/source/secured_asset_transfer/secured_private_asset_transfer_tutorial.md index a0c34ececf1..2bf134876d9 100644 --- a/docs/source/secured_asset_transfer/secured_private_asset_transfer_tutorial.md +++ b/docs/source/secured_asset_transfer/secured_private_asset_transfer_tutorial.md @@ -67,7 +67,7 @@ After the two organizations have agreed to the same price, the asset owner can u ## Running the private asset transfer smart contract -You can use the Fabric test network to run the private asset transfer smart contract. The test network contains two peer organizations, Org1 and Org1, that operate one peer each. In this tutorial, we will deploy the smart contract to a channel of the test network joined by both organizations. We will first create an asset that is owned by Org1. After the two organizations agree on the price, we will transfer the asset from Org1 to Org2. +You can use the Fabric test network to run the private asset transfer smart contract. The test network contains two peer organizations, Org1 and Org2, that operate one peer each. In this tutorial, we will deploy the smart contract to a channel of the test network joined by both organizations. We will first create an asset that is owned by Org1. After the two organizations agree on the price, we will transfer the asset from Org1 to Org2. ## Deploy the test network