[FIX] Default reward to 50 again
This commit is contained in:
parent
458a43d469
commit
6130db50a5
@ -192,7 +192,7 @@ $config['difficulty'] = 20;
|
|||||||
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-reward-settings
|
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-reward-settings
|
||||||
**/
|
**/
|
||||||
$config['reward_type'] = 'block';
|
$config['reward_type'] = 'block';
|
||||||
$config['reward'] = 20;
|
$config['reward'] = 50;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Confirmations
|
* Confirmations
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user