Added Algorithm to Globals
Added Algorithm to Globals for Getting Started Guide
This commit is contained in:
parent
3094681018
commit
297fbd1d6b
@ -62,6 +62,7 @@ $aGlobal = array(
|
|||||||
'fees' => $config['fees'],
|
'fees' => $config['fees'],
|
||||||
'confirmations' => $config['confirmations'],
|
'confirmations' => $config['confirmations'],
|
||||||
'reward' => $config['reward'],
|
'reward' => $config['reward'],
|
||||||
|
'algorithm' => $config['algorithm'],
|
||||||
'price' => $setting->getValue('price'),
|
'price' => $setting->getValue('price'),
|
||||||
'disable_mp' => $setting->getValue('disable_mp'),
|
'disable_mp' => $setting->getValue('disable_mp'),
|
||||||
'config' => array(
|
'config' => array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user