From 8b7f9e411c0444f9db5da9ee7de01b38a55c2df8 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Thu, 5 Oct 2023 01:55:30 +0530 Subject: [PATCH] fix --- helper/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/config.go b/helper/config.go index aa5c0af28..22a2e1f00 100644 --- a/helper/config.go +++ b/helper/config.go @@ -406,7 +406,7 @@ func InitHeimdallConfigWith(homeDir string, heimdallConfigFileFromFLag string) { newSelectionAlgoHeight = 0 spanOverrideHeight = 0 newHexToStringAlgoHeight = 0 - aalborgHeight = 600 + aalborgHeight = 200 } }