From bea1189777b5e0d8cc3c714996a2cab7ffc8e2e8 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:49:31 +0200 Subject: [PATCH] style: give linters some love --- proto/logic/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/logic/docs.yaml b/proto/logic/docs.yaml index 9217812a..39eb0c88 100644 --- a/proto/logic/docs.yaml +++ b/proto/logic/docs.yaml @@ -180,7 +180,7 @@ description: | - `max_size`: the maximum size of the program that can be evaluated. - `max_result_count`: the maximum number of results that can be returned by a query. - + The existing `query-gas-limit` configuration present in the `app.toml` can be used to constraint gas usage when not used in the context of a transaction.