mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 13:46:17 +00:00
fixed links
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
When blocksyncing, a node is not participating in conensus. It is receiving blocks that have already been decided and committed. To avoid being fooled by malicious peers, the node has to verify the received blocks before executing the transactions and storing the block in its store.
|
||||
|
||||
|
||||
The verification in blocksync aims to apply the same logic as the [light client verification](../light-client/verification.md). The model relies on the existence of an **initial trusted state**.
|
||||
The verification in blocksync aims to apply the same logic as the [light client verification](../light-client/verification/README.md). The model relies on the existence of an **initial trusted state**.
|
||||
|
||||
Based on this state we verify subsequent blocks.
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Core Verification
|
||||
|
||||
Deprecated, please see [light-client/accountability](../../light-client/verification/).
|
||||
Deprecated, please see [light-client/accountability](../../light-client/verification/README.md).
|
||||
|
||||
Reference in New Issue
Block a user