Merge pull request #1516 from MPOS/default-payout-block

[UPDATE] Change payout by default to block
This commit is contained in:
Sebastian Grewe 2014-01-21 04:15:18 -08:00
commit af1e6e8e13

View File

@ -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