Skip to content

Commit 94bc56c

Browse files
committed
FAB-16573 Corrected Smart Contract definition
Signed-off-by: Paritosh Ranjan <paranjan@in.ibm.com> Change-Id: Ia4c4b278995fc5d9d31908366eceff1d5bc9e775
1 parent eedcff8 commit 94bc56c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@ Smart Contract
601601

602602
A smart contract is code -- invoked by a client application external to the
603603
blockchain network -- that manages access and modifications to a set of
604-
key-value pairs in the :ref:`World-State`. In Hyperledger Fabric, smart
605-
contracts are referred to as chaincode. Smart contract chaincode is installed
606-
onto peer nodes and then defined and used on one or more channels.
604+
key-value pairs in the :ref:`World-State` via :ref:`Transaction`. In Hyperledger Fabric,
605+
smart contracts are packaged as chaincode. Chaincode is installed on peers
606+
and then defined and used on one or more channels.
607607

608608
.. _State-DB:
609609

0 commit comments

Comments
 (0)