fixing low confirmations limit in dist config

This commit is contained in:
Sebastian Grewe 2013-07-02 21:26:33 +02:00
parent bfaa36b1e4
commit 1cfc66e748

View File

@ -188,7 +188,7 @@ $config['reward_type'] = 'fixed';
$config['reward'] = 50;
// Confirmations per block required to credit transactions, default: 120
$config['confirmations'] = 5;
$config['confirmations'] = 120;
/**