Merge pull request #1516 from MPOS/default-payout-block
[UPDATE] Change payout by default to block
This commit is contained in:
commit
af1e6e8e13
@ -463,7 +463,7 @@ $config['difficulty'] = 20;
|
||||
* reward = 50
|
||||
*
|
||||
**/
|
||||
$config['reward_type'] = 'fixed';
|
||||
$config['reward_type'] = 'block';
|
||||
$config['reward'] = 50;
|
||||
|
||||
// Confirmations per block required to credit transactions, default: 120
|
||||
|
||||
Loading…
Reference in New Issue
Block a user