Merge pull request #1091 from TheSerapher/issue-1072
[ADDED] Warning for coin coinformation setting
This commit is contained in:
commit
4674f2f34e
@ -383,8 +383,12 @@ $config['reward_type'] = 'fixed';
|
|||||||
$config['reward'] = 50;
|
$config['reward'] = 50;
|
||||||
|
|
||||||
// Confirmations per block required to credit transactions, default: 120
|
// Confirmations per block required to credit transactions, default: 120
|
||||||
|
// Do NOT touch this unless you know what you are doing! Please check your coin for the
|
||||||
|
// appropriate value here, but most should work with this.
|
||||||
$config['confirmations'] = 120;
|
$config['confirmations'] = 120;
|
||||||
// Confirmations per block required in network to confirm its transactions, default: 120
|
// Confirmations per block required in network to confirm its transactions, default: 120
|
||||||
|
// Do NOT touch this unless you know what you are doing! Please check your coin for the
|
||||||
|
// appropriate value here, but most should work with this.
|
||||||
$config['network_confirmations'] = 120;
|
$config['network_confirmations'] = 120;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user