diff --git a/documents/resources/consensus.md b/documents/resources/consensus.md index 3688847..ef4fde8 100644 --- a/documents/resources/consensus.md +++ b/documents/resources/consensus.md @@ -15,4 +15,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). Code used for the difficulty adjustment can be seen [here](https://github.com/lbryio/lbrycrd/blob/master/src/lbry.cpp). +The targeted time of each Lbry block is 2.5 mintues (150 seconds). More information and links to source code [here](https://spec.lbry.io/#consensus).