[ADDED] Warning for coin coinformation setting
This commit is contained in:
parent
ecb6fa4e0a
commit
c935e7fc6c
@ -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