diff --git a/ethereum/ethereum.go b/ethereum/ethereum.go index ecbf04c9a5..56ea46122b 100644 --- a/ethereum/ethereum.go +++ b/ethereum/ethereum.go @@ -62,7 +62,7 @@ func main() { } g, err := globalconf.NewWithOptions(&globalconf.Options{ - Filename: path.Join(ethutil.ApplicationFolder(".ethereal"), "conf.ini"), + Filename: path.Join(ethutil.ApplicationFolder(".ethereum"), "conf.ini"), }) if err != nil { fmt.Println(err)