Skip to content

Commit dc2a6fa

Browse files
committed
FAB-16573 Improved channel description
Signed-off-by: Paritosh Ranjan <paranjan@in.ibm.com> Change-Id: I5a41f8a16938baed38ae961d69a5a3100303bca5
1 parent 538bc88 commit dc2a6fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/smartcontract/smartcontract.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ topic](../developapps/chaincodenamespace.html).
244244
## Channels
245245

246246
Hyperledger Fabric allows an organization to simultaneously participate in
247-
multiple, separate blockchain networks via **channels**. By joining multiple
248-
channels, an organization can participate in a so-called **network of
249-
networks**. Channels provide an efficient sharing of infrastructure while
250-
maintaining data and communications privacy. They are independent enough to help
251-
organizations separate their work traffic with different counterparties, but
252-
integrated enough to allow them to coordinate independent activities when
253-
necessary.
247+
multiple, overlaid blockchains within a blockchain network via **channels**.
248+
By joining multiple channels within the same blockchain network, an organization can
249+
participate in a so-called **network of networks**. Channels provide an efficient
250+
sharing of infrastructure while maintaining data and communications privacy. They are
251+
independent enough to help organizations separate their work traffic with different
252+
counterparties, but integrated enough to allow them to coordinate independent activities
253+
when necessary.
254254

255255
![smart.diagram5](./smartcontract.diagram.05.png) *A channel provides a
256256
completely separate communication mechanism between a set of organizations. When

0 commit comments

Comments
 (0)