From 0966d6683b43618e5e83fe229a8d173123cc949d Mon Sep 17 00:00:00 2001 From: Viktor Baranov Date: Thu, 16 Jan 2025 11:43:25 +0300 Subject: [PATCH] Change doc on describe_transactions function --- .../controllers/api/v2/proxy/noves_fi_controller.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/block_scout_web/lib/block_scout_web/controllers/api/v2/proxy/noves_fi_controller.ex b/apps/block_scout_web/lib/block_scout_web/controllers/api/v2/proxy/noves_fi_controller.ex index 09f7523777e8..003ef192b05f 100644 --- a/apps/block_scout_web/lib/block_scout_web/controllers/api/v2/proxy/noves_fi_controller.ex +++ b/apps/block_scout_web/lib/block_scout_web/controllers/api/v2/proxy/noves_fi_controller.ex @@ -41,7 +41,7 @@ defmodule BlockScoutWeb.API.V2.Proxy.NovesFiController do end @doc """ - Function to handle GET requests to `/api/v2/proxy/noves-fi/transactions` endpoint. + Function to handle GET requests to `/api/v2/proxy/noves-fi/transaction-descriptions` endpoint. """ @spec describe_transactions(Plug.Conn.t(), map()) :: Plug.Conn.t() | {atom(), any()} def describe_transactions(conn, _) do