From da62fed88fa126674f3118aa18c8a34befdaf7f1 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 1740e5aaf5..3a03b5bcb5 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"`