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"`