From 6d583298bc38a06bb0e7d206bbfe0ffbc336dd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Wed, 25 Jul 2018 17:07:01 -0500 Subject: [PATCH] Display fix --- views/partials/ecosystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/ecosystem.js b/views/partials/ecosystem.js index bf9c2f1..7c2a35c 100644 --- a/views/partials/ecosystem.js +++ b/views/partials/ecosystem.js @@ -140,7 +140,7 @@ module.exports = exports = class Ecosystem extends Component {

The LBRY blockchain is a public, proof-of-work of work blockchain consensus. It is the foundation of the protocol stack.

-

The most salient feature of the LBRY blockchain is the association of a normalized character string with up to 8KB of metadata. This string of characters forms a LBRY URL, e.g. lbry://hellolbry

+

The most salient feature of the LBRY blockchain is the association of a normalized character string with up to 8KB of metadata. This string of characters forms a LBRY URL, e.g. lbry://hellolbry

The LBRY blockchain contains two parallel [[Merkle Tree]]s, one for transactions (ala Bitcoin) and one for storing LBRY URLs and metadata. This allows LBRY URLs to be trustfully resolved even without a full copy of the blockchain.