mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Create DeveloperActions.class.php
This commit is contained in:
parent
220b6ea5ec
commit
8fef51e726
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class DeveloperActions extends Actions
|
class DeveloperActions extends Actions
|
||||||
{
|
{
|
||||||
const DEVELOPER_REWARD = 40,
|
const DEVELOPER_REWARD = 10,
|
||||||
API_DOC_URL = 'https://lbryio.github.io/lbry/';
|
API_DOC_URL = 'https://lbryio.github.io/lbry/';
|
||||||
|
|
||||||
public static function executeQuickstart(string $step = null)
|
public static function executeQuickstart(string $step = null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue