From 4c178ba33a4d4f8479e0755c5909c738b0a1aed4 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 15 Feb 2019 13:20:35 -0500 Subject: [PATCH] Update consensus.md --- documents/resources/consensus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/resources/consensus.md b/documents/resources/consensus.md index 147e2f1..178c7f0 100644 --- a/documents/resources/consensus.md +++ b/documents/resources/consensus.md @@ -3,7 +3,7 @@ title: Consensus Algorithm description: How does the LBRY blockchain achieve consensus? This resource page will explain. --- -LBRY uses [proof of work](https://en.bitcoin.it/wiki/Proof_of_work) as a consensus mechanism, the same way that Bitcoin does. +LBRY uses [proof of work](https://en.bitcoin.it/wiki/Proof_of_work) as a [consensus mechanism](/spec#consensus), the same way that Bitcoin does. LBRY has differences in hash function, block targeting, and difficult adjustment.