[UPDATE] Change payout by default to block

This commit is contained in:
Sebastian Grewe 2014-01-21 13:14:53 +01:00
parent 3cb546cea5
commit 10ba200df6

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