From de3ea9194e29c87698b362bffcc5609af7f875c3 Mon Sep 17 00:00:00 2001 From: D13ce Date: Wed, 6 Sep 2023 09:54:50 +0200 Subject: [PATCH] (BIDS-2454) Properly format services/configuration.go --- services/configuration.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/configuration.go b/services/configuration.go index df89548989..1423149236 100644 --- a/services/configuration.go +++ b/services/configuration.go @@ -16,10 +16,12 @@ const ( ConfigurationKeyHardforkName types.ExplorerConfigurationKey = "HardforkName" ) -/*** +/* +** This is the list of possible configurations that can be changed in the explorer administration Per default these values will be taken, overridden by the values from the db, if they exist. -***/ +** +*/ var DefaultExplorerConfiguration types.ExplorerConfigurationMap = types.ExplorerConfigurationMap{ ConfigurationCategorySlotViz: { ConfigurationKeyVisibleFromEpoch: {Value: "0", DataType: "int"},