From 64cd87d094460d3af98f52ea998635249a726aee Mon Sep 17 00:00:00 2001 From: Juho Sung Date: Thu, 1 Sep 2022 16:53:00 +0900 Subject: [PATCH] doc: fix consensus-clients page (#25658) --- docs/_interface/consensus-clients.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/consensus-clients.md b/docs/_interface/consensus-clients.md index 077ff3071b..2a97551ab2 100644 --- a/docs/_interface/consensus-clients.md +++ b/docs/_interface/consensus-clients.md @@ -100,7 +100,7 @@ Ethereum Mainnet has not yet undergone The Merge, but some public testnets have. enough to interact with merged testnets. This includes two testnets that were purpose built to test The Merge (Kiln, Kintsugi) and the long-standing public PoW chain, Ropsten, as well as the relatively new testnet Sepolia. If Geth is connected to these merged networks alone it will simply stall when it syncs as far as the merge block, awaiting information from a consensus client. Therefore, any activity on these testnets requires Geth to be -connected to a consensus client. There are many instructional articles that exlain how to connect to these testnets using Geth in +connected to a consensus client. There are many instructional articles that explain how to connect to these testnets using Geth in combination with various consensus clients, for example: [Connecting to Kiln using Teku](https://github.com/chrishobcroft/TestingTheMerge/blob/main/geku.md)