Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration/fabric/atsa/nochaincode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Asset struct {
}
```
An asset:
- Is owned by a single organization (`OnwerOrg` field). State-Based Endorsement is use to model ownership;
- Is owned by a single organization (`OwnerOrg` field). State-Based Endorsement is use to model ownership;
- Comes equipped with some private information that is stored in the `implicit collection` of the owning organization;

An asset can be transferred if and only if an agreement between the current owner and the next owner is achieved.
Expand Down Expand Up @@ -149,4 +149,4 @@ Accompanying the Fabric network, we have an FSC network with the following topol

### Business Processes or Interactive Protocols

To Be Continued...
To Be Continued...