Upgrade for Cancun fork (Geth 1.14) #7

Merged
roysc merged 11 commits from update-geth1.13 into v5 2024-08-05 13:08:27 +00:00
Showing only changes of commit a96fb1603c - Show all commits

View File

@ -235,7 +235,7 @@ func initConfig() {
if cfgFile != "" {
viper.SetConfigFile(cfgFile)
if err := viper.ReadInConfig(); err == nil {
log.Printf("Using config file: %s", viper.ConfigFileUsed())
log.Infof("Using config file: %s", viper.ConfigFileUsed())
} else {
log.Fatal(fmt.Sprintf("Couldn't read config file: %s", err.Error()))
}