ethereum instead of ethereal. Fixes #69

This commit is contained in:
obscuren 2014-05-31 11:43:08 +02:00
parent d6acb74ac9
commit 98811f11e5

View File

@ -62,7 +62,7 @@ func main() {
} }
g, err := globalconf.NewWithOptions(&globalconf.Options{ 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 { if err != nil {
fmt.Println(err) fmt.Println(err)