From 541b3d064750a1ad5121ffc08e467da8136f51c2 Mon Sep 17 00:00:00 2001 From: Iuga Mihai <50499646+miiu96@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:41:01 +0200 Subject: [PATCH] Update common/options.go Co-authored-by: Darius --- common/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/options.go b/common/options.go index 59a35a46..e6b861e0 100644 --- a/common/options.go +++ b/common/options.go @@ -13,7 +13,7 @@ const ( UrlParameterWithTransactions = "withTxs" // UrlParameterWithLogs represents the name of an URL parameter UrlParameterWithLogs = "withLogs" - // UrlParameterForHyperblock represents the name of an URL paramter + // UrlParameterForHyperblock represents the name of an URL parameter UrlParameterForHyperblock = "forHyperblock" // UrlParameterNotarizedAtSource represents the name of an URL parameter UrlParameterNotarizedAtSource = "notarizedAtSource"