mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-04 07:26:47 +00:00
Add dynamic loading/unloading and reloading of exchanges
This commit is contained in:
@@ -174,7 +174,7 @@ func wsSaveConfig(wsClient *websocket.Conn, data interface{}) error {
|
||||
}
|
||||
}
|
||||
|
||||
setupBotExchanges()
|
||||
SetupExchanges()
|
||||
wsResp.Data = WebsocketResponseSuccess
|
||||
return wsClient.WriteJSON(wsResp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user