Skip to content

Commit

Permalink
Merge pull request #12319 from intldds/glossary
Browse files Browse the repository at this point in the history
fix: fix hyperlink in glossary on consensus client (fixes #12318)
  • Loading branch information
corwintines authored Feb 28, 2024
2 parents b178b0e + 1401029 commit 81208fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intl/en/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"consensus-term": "Consensus",
"consensus-definition": "When a supermajority of nodes on the network all have the same blocks in their locally validated best blockchain. Not to be confused with <a href=\"/glossary/#consensus-rules\">consensus rules</a>.",
"consensus-client-term": "Consensus client",
"consensus-client-definition": "Consensus clients (such as Prysm, Teku, Nimbus, Lighthouse, Lodestar) run Ethereum's <a href=\"/glossary/#pos\">proof-of-stake</a> consensus algorithm allowing the network to reach agreement about the head of the Beacon Chain. Consensus clients do not participate in validating/broadcasting transactions or executing state transitions. This is done by <a href=\"/glossary/#execution-client\">execution clients](#execution-client</a>.",
"consensus-client-definition": "Consensus clients (such as Prysm, Teku, Nimbus, Lighthouse, Lodestar) run Ethereum's <a href=\"/glossary/#pos\">proof-of-stake</a> consensus algorithm allowing the network to reach agreement about the head of the Beacon Chain. Consensus clients do not participate in validating/broadcasting transactions or executing state transitions. This is done by <a href=\"/glossary/#execution-client\">execution clients</a>.",
"consensus-layer-term": "Consensus layer",
"consensus-layer-definition": "Ethereum's consensus layer is the network of <a href=\"/glossary/#consensus-client\">consensus clients</a>.",
"consensus-rules-term": "Consensus rules",
Expand Down

0 comments on commit 81208fd

Please sign in to comment.