fixed links

This commit is contained in:
Jasmina Malicevic
2022-05-19 17:18:34 +02:00
parent 81476bb3a5
commit 81991049ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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).