fixing low confirmations limit in dist config
This commit is contained in:
parent
bfaa36b1e4
commit
1cfc66e748
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user