From a6905a4e965736e0f34ea6ce706c3cc5e8b988a1 Mon Sep 17 00:00:00 2001 From: eatdostacos <64234158+eatdostacos@users.noreply.github.com> Date: Fri, 1 May 2020 10:09:21 -0700 Subject: [PATCH] Consensus.md small changes The title exactly. --- documents/resources/consensus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/resources/consensus.md b/documents/resources/consensus.md index b49adb6..f60665b 100644 --- a/documents/resources/consensus.md +++ b/documents/resources/consensus.md @@ -5,7 +5,7 @@ description: How does the LBRY blockchain achieve consensus? This resource page 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. +LBRY has differences in hash function, block targeting, and difficulty adjustment. ### Hash Mechanism @@ -18,4 +18,4 @@ proof = sha256(sha256(left + right)) # concatenate the two halves, and double-s ### Block Targeting & Difficulty Adjustment -The targeted time of each Lbry block is 2.5 mintues (150 seconds). More information and links to source code [here](https://lbry.tech/spec#consensus). +The targeted time of each LBRY block is 2.5 mintues (150 seconds). More information and links to source code [here](https://lbry.tech/spec#consensus).