Skip to content

Commit 81208fd

Browse files
authored
Merge pull request #12319 from intldds/glossary
fix: fix hyperlink in glossary on consensus client (fixes #12318)
2 parents b178b0e + 1401029 commit 81208fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intl/en/glossary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"consensus-term": "Consensus",
6161
"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>.",
6262
"consensus-client-term": "Consensus client",
63-
"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>.",
63+
"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>.",
6464
"consensus-layer-term": "Consensus layer",
6565
"consensus-layer-definition": "Ethereum's consensus layer is the network of <a href=\"/glossary/#consensus-client\">consensus clients</a>.",
6666
"consensus-rules-term": "Consensus rules",

0 commit comments

Comments
 (0)