remove errant *

This commit is contained in:
Jeremy Kauffman 2016-05-08 12:11:52 -04:00
parent 79045f502b
commit 88fba74b85

View file

@ -166,7 +166,7 @@
<h4>Transaction Settlement</h4> <h4>Transaction Settlement</h4>
<p>While payments can be issued directly on the LBRY blockchain, the LBRY protocol encourages a volume of transactions that will not scale without usage of offchain settlement.</p> <p>While payments can be issued directly on the LBRY blockchain, the LBRY protocol encourages a volume of transactions that will not scale without usage of offchain settlement.</p>
<p>Essentially, rather than issue a transaction to the core blockchain, transactions are issued to a 3rd-party provider. These providers have a substantial number of coins which are used to maintain balances internally and settle a smaller number of transactions to the core chain. In exchange, these providers earn a small fee, less than the fee required to issue the transaction directly to the blockchain.</p>* <p>Essentially, rather than issue a transaction to the core blockchain, transactions are issued to a 3rd-party provider. These providers have a substantial number of coins which are used to maintain balances internally and settle a smaller number of transactions to the core chain. In exchange, these providers earn a small fee, less than the fee required to issue the transaction directly to the blockchain.</p>
</section> </section>
<section> <section>
<h2>LBRY Credits</h2> <h2>LBRY Credits</h2>