lbry.com switch
This commit is contained in:
parent
4812770834
commit
832c502cf5
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ export default state => {
|
||||||
</frame-viewer>
|
</frame-viewer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const specDomain = "https://spec.lbry.io";
|
const specDomain = "https://spec.lbry.com";
|
||||||
const spec = document.getElementById("spec");
|
const spec = document.getElementById("spec");
|
||||||
spec.src = specDomain + window.location.hash;
|
spec.src = specDomain + window.location.hash;
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,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). More information and links to source code [here](https://spec.lbry.io/#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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue