reduce reward for developers

This commit is contained in:
Jeremy Kauffman 2017-03-30 16:44:17 -04:00
parent ff0691b1fb
commit 993416ffb3
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
class DeveloperActions extends Actions
{
const DEVELOPER_REWARD = 250,
const DEVELOPER_REWARD = 100,
API_DOC_URL = 'https://lbryio.github.io/lbry/';
public static function executeQuickstart(string $step = null)

View file

@ -10,7 +10,7 @@
<li><h3>Earned $<?php echo money_format('%i', $usdValue) ?><sup>1</sup> for downloading a hilarious film starring David Cross.</h3></li>
<li><h3>Irrevocably inscribed a piece of knowledge. Possibly of a cat.</h3>
<div class="meta">
<sup>1</sup>USD price equivalent of 250 LBC as received from the <a href="https://bittrex.com/Market/Index?MarketName=BTC-LBC" class="link-primary">Bittrex</a> exchange.
<sup>1</sup>USD price equivalent of <?php echo DeveloperActions::DEVELOPER_REWARD ?> LBC as received from the <a href="https://bittrex.com/Market/Index?MarketName=BTC-LBC" class="link-primary">Bittrex</a> exchange.
LBC is a cryptographic blockchain token used to secure and administer LBRY's shared, distributed catalog. The future is weird.
</div>
</li>