Skip to content

Commit

Permalink
remove repeated the
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <ngupta@symbridge.com>
(cherry picked from commit 02b63bd)
  • Loading branch information
nikhil550 authored and mergify[bot] committed Nov 26, 2020
1 parent 4c67ed3 commit 537ef5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/private_data_tutorial.rst
Expand Up @@ -285,7 +285,7 @@ For example, in the following snippet of the ``CreateAsset`` function,
}
type assetTransientInput struct {
Type string `json:"objectType"` //Type is used to distinguish the various types of objects in
Type string `json:"objectType"` //Type is used to distinguish the various types of objects in state database
ID string `json:"assetID"`
Color string `json:"color"`
Size int `json:"size"`
Expand Down Expand Up @@ -857,7 +857,7 @@ The results will show that the buyer identity now owns the asset:
{"objectType":"asset","assetID":"asset1","color":"green","size":20,"owner":"x509::CN=appUser2, OU=client + OU=org2 + OU=department1::CN=ca.org2.example.com, O=org2.example.com, L=Hursley, ST=Hampshire, C=UK"}
The `"owner"` of the asset now has the the buyer identity.
The `"owner"` of the asset now has the buyer identity.

You can also confirm that transfer removed the private details from the Org1 collection:

Expand Down

0 comments on commit 537ef5c

Please sign in to comment.