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.