Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.
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
2 changes: 1 addition & 1 deletion LFS171x/docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ On this page, we will have a list of the key concepts that are used in this cour

**Block** - A set of transactions that are bundled together and added to the chain at the same time.

**Byzantine Fault Tolerance Algorithm** - A consensus algorithm designed to defend against failures in the system caused by forged or malicious messages. In order to be fault tolerant of a Byzantine fault, the number of nodes that must reach consensus is ***2f+1*** in a system containing ***3f+1***, where f is the number of faults in the system.
**Byzantine Fault Tolerance Algorithm** - A consensus algorithm designed to defend against failures in the system caused by forged or malicious messages. In order to be fault tolerant of a Byzantine fault, the number of nodes that must reach consensus is ***2f+1*** in a system containing ***3f+1***, where ***f*** is the number of faults in the system.

**Chaincode** - Smart contracts in Hyperledger Fabric. They encapsulate both the asset definitions and the business logic (or transactions) for modifying those assets.

Expand Down