From 7ad834797cd902e56e8fc426a8be429aeed3b546 Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 28 Oct 2024 22:08:09 -0300 Subject: [PATCH] Lint --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index da1c83f33e..9ff07eb042 100644 --- a/config/config.go +++ b/config/config.go @@ -81,7 +81,7 @@ var DefaultRPCModules = []string{ } // Config defines the configuration for the gossamer node -type Config struct { +type Config struct { BaseConfig `mapstructure:",squash"` Log *LogConfig `mapstructure:"log"` Account *AccountConfig `mapstructure:"account"`