Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit be9ab02

Browse files
authored
Import edx content (#60)
* Formatting correction Signed-off-by: Tracy Kuhrt <[email protected]>
1 parent a9f9620 commit be9ab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LFS171x/docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ On this page, we will have a list of the key concepts that are used in this cour
44

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

7-
**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.
7+
**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.
88

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

0 commit comments

Comments
 (0)