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

Commit

Permalink
Import edx content (#60)
Browse files Browse the repository at this point in the history
* Formatting correction

Signed-off-by: Tracy Kuhrt <[email protected]>
  • Loading branch information
tkuhrt authored Jul 27, 2018
1 parent a9f9620 commit be9ab02
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit be9ab02

Please sign in to comment.