From 088025a442a94ee819a5ce8b21a67ed59a0d5f7c Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Tue, 24 May 2022 16:47:08 +0900 Subject: [PATCH] docs: fix typo in private-network.md (#24940) fix typo in docs, private-network.md --- docs/_interface/Private-Network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/Private-Network.md b/docs/_interface/Private-Network.md index b0457a8edf0d..e39966002ccb 100644 --- a/docs/_interface/Private-Network.md +++ b/docs/_interface/Private-Network.md @@ -23,7 +23,7 @@ Ethereum networks at . ### Choosing A Consensus Algorithm While the main network uses proof-of-work to secure the blockchain, Geth also supports the -the 'clique' proof-of-authority consensus algorithm as an alternative for private +'clique' proof-of-authority consensus algorithm as an alternative for private networks. We strongly recommend 'clique' for new private network deployments because it is much less resource intensive than proof-of-work. The clique system is also used for several public Ethereum testnets such as [Rinkeby](https://www.rinkeby.io) and