You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
The goal of this task is to get better visibility into the source of requests coming in.
In trade.go (line), client AppName not started from the GUI says
kelp
, this should saykelp--cli--bot
In trade.go (line), client AppName started from the GUI says
kelp-ui
, this should saykelp--gui-desktop--bot
In file server_amd_64.go (line), client AppName for testnet and pubnet says
kelp-ui
, this should say:options.noElectron
not set):kelp--gui-desktop--admin-electron
options.noElectron
is set):kelp--gui-desktop--admin-browser
When we run Kelp as a Service we can set a flag that uses "web" or "KaaS" instead of "desktop", or something similar.
The text was updated successfully, but these errors were encountered: