Improvements in config, currency, exchange, pair and helper code

This commit is contained in:
Adrian Gallagher
2018-01-17 13:42:09 +11:00
parent 3e30bb7213
commit 5dc6df72aa
12 changed files with 475 additions and 373 deletions

View File

@@ -178,6 +178,7 @@ func LoadExchange(name string) error {
exchCfg.Enabled = true
exch.Setup(exchCfg)
exch.Start()
return nil
}