From 38ca9e233d1d280b4bc082d152807bf470f05955 Mon Sep 17 00:00:00 2001 From: argbet21 <99049802+argbet21@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:26:47 +0400 Subject: [PATCH] docs: correct terminology in blockchain.rst Signed-off-by: argbet21 <99049802+argbet21@users.noreply.github.com> --- docs/source/blockchain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/blockchain.rst b/docs/source/blockchain.rst index c3faf71c362..ba882f0737f 100644 --- a/docs/source/blockchain.rst +++ b/docs/source/blockchain.rst @@ -175,7 +175,7 @@ being used by the blockchain network. **Smart Contracts** -Hyperledger Fabric smart contracts are written in **chaincode** and are invoked +Hyperledger Fabric smart contracts are called **chaincode** and are invoked by an application external to the blockchain when that application needs to interact with the ledger. In most cases, chaincode interacts only with the database component of the ledger, the world state (querying it, for example), and