mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 02:35:11 +00:00
reduce reward for developers
This commit is contained in:
parent
ff0691b1fb
commit
993416ffb3
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue