add-pool-selection #79

Merged
kamikazechaser merged 14 commits from add-pool-selection into master 2025-06-09 13:38:21 +02:00
Showing only changes of commit 3bfc0169ee - Show all commits

View File

@ -2302,8 +2302,8 @@ func (h *MenuHandlers) ViewPool(ctx context.Context, sym string, input []byte) (
res.FlagSet = append(res.FlagSet, flag_api_error)
return res, nil
}
if (poolResp == &dataserviceapi.PoolDetails{}) {
if len(poolResp.PoolSymbol) == 0 {
// If the API does not return the data, set the flag
res.FlagSet = append(res.FlagSet, flag_incorrect_pool)
return res, nil