From b428e2e22d9ac60a0f5c7768384a5f525240b8e5 Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Tue, 20 May 2025 14:02:41 +0300 Subject: [PATCH] add log for the CheckTokenInPool --- handlers/application/menuhandler.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers/application/menuhandler.go b/handlers/application/menuhandler.go index 65fd259..12926f8 100644 --- a/handlers/application/menuhandler.go +++ b/handlers/application/menuhandler.go @@ -2762,6 +2762,8 @@ func (h *MenuHandlers) LoadSwapToList(ctx context.Context, sym string, input []b return res, err } + logg.InfoCtxf(ctx, "CheckTokenInPool", "response", r, "active_pool_address", activePoolAddress, "address", activeAddress) + if !r.CanSwapFrom { res.FlagSet = append(res.FlagSet, flag_incorrect_voucher) res.Content = l.Get(