Update consensus.md
This commit is contained in:
parent
bedbe1bc94
commit
581ad51f0b
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ proof = sha256(sha256(left + right)) # concatenate the two halves, and double-s
|
||||||
|
|
||||||
### Block Targeting & Difficulty Adjustment
|
### 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).
|
||||||
|
|
Loading…
Reference in a new issue