From c30543a78d0038c5b01fb3eab8c7f4b819af611e Mon Sep 17 00:00:00 2001 From: hexcow Date: Fri, 8 Aug 2025 09:41:28 +0300 Subject: [PATCH] docs: fix wrong anchor ID in PoS section --- public/content/developers/docs/blocks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/blocks/index.md b/public/content/developers/docs/blocks/index.md index 085da112473..28e5bff918a 100644 --- a/public/content/developers/docs/blocks/index.md +++ b/public/content/developers/docs/blocks/index.md @@ -25,7 +25,7 @@ To preserve the transaction history, blocks are strictly ordered (every new bloc Once a block is put together by a randomly selected validator on the network, it is propagated to the rest of the network; all nodes add this block to the end of their blockchain, and a new validator is selected to create the next block. The exact block-assembly process and commitment/consensus process is currently specified by Ethereum’s “proof-of-stake” protocol. -## Proof-of-stake protocol {#proof-of-work-protocol} +## Proof-of-stake protocol {#proof-of-stake-protocol} Proof-of-stake means the following: