Add dynamic loading/unloading and reloading of exchanges

This commit is contained in:
Adrian Gallagher
2018-01-16 12:05:30 +11:00
parent 34eeed287a
commit 4d4c85f458
10 changed files with 467 additions and 183 deletions

View File

@@ -174,7 +174,7 @@ func wsSaveConfig(wsClient *websocket.Conn, data interface{}) error {
}
}
setupBotExchanges()
SetupExchanges()
wsResp.Data = WebsocketResponseSuccess
return wsClient.WriteJSON(wsResp)
}