From 81991049ff4b7023005ee750c1d20802851e27ee Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Thu, 19 May 2022 17:18:34 +0200 Subject: [PATCH] fixed links --- spec/blocksync/verification.md | 2 +- spec/consensus/light-client/verification.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/blocksync/verification.md b/spec/blocksync/verification.md index 39c40477b..1e0b93a7c 100644 --- a/spec/blocksync/verification.md +++ b/spec/blocksync/verification.md @@ -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. diff --git a/spec/consensus/light-client/verification.md b/spec/consensus/light-client/verification.md index a96fa1ea9..7f3ab4718 100644 --- a/spec/consensus/light-client/verification.md +++ b/spec/consensus/light-client/verification.md @@ -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).